Skip to content

Commit

Permalink
[CAB-adapter] Align SQL setup and build scripts for Spark with tpch-g…
Browse files Browse the repository at this point in the history
…en (#342) (addendum)
  • Loading branch information
jcamachor committed Oct 10, 2024
1 parent 6b43c20 commit 33a24a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapters/cab-converter/sql/spark-3.3.1/run/query_23.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ INSERT
o_custkey,
o_orderstatus,
(select sum(L_QUANTITY * P_RETAILPRICE * (1+L_TAX) * (1-L_DISCOUNT)) from ${catalog}.${database}${stream_num}.lineitem, ${catalog}.${database}${stream_num}.part where l_orderkey = o_orderkey and P_PARTKEY = L_PARTKEY),
o_orderdate,
o_orderpriority,
o_clerk,
o_shippriority,
o_comment,
o_orderdate
o_comment
FROM
${catalog}.${database}${stream_num}.orders
WHERE
Expand Down

0 comments on commit 33a24a2

Please sign in to comment.