Omega359 commented on code in PR #22814:
URL: https://github.com/apache/datafusion/pull/22814#discussion_r3381426426


##########
benchmarks/sql_benchmarks/sort_tpch/init/load.sql:
##########
@@ -0,0 +1,3 @@
+CREATE EXTERNAL TABLE lineitem_raw STORED AS PARQUET LOCATION 
'${DATA_DIR:-data}/tpch_sf${BENCH_SIZE:-1}/lineitem/lineitem.1.parquet';
+
+CREATE TABLE lineitem as (SELECT * FROM lineitem_raw 
${BENCH_SORTED:-false|order by l_orderkey asc| });

Review Comment:
   Would need a space before the order by I think



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to