adriangb commented on code in PR #22680:
URL: https://github.com/apache/datafusion/pull/22680#discussion_r3338121284


##########
benchmarks/sql_benchmarks/imdb/benchmarks/08b.benchmark:
##########
@@ -0,0 +1,46 @@
+name Q08b
+group imdb
+
+echo Loading imdb tables
+
+load sql_benchmarks/imdb/init/load_${IMDB_FILE_TYPE:-parquet}.sql
+
+assert I
+SELECT COUNT(*) > 0 from title;
+----
+true
+
+run
+SELECT MIN(an.name) AS acress_pseudonym,

Review Comment:
   Interesting, the typo (it does seem like a typo) goes all the way back to 
the original dataset: https://db.in.tum.de/~leis/qo/job.tgz. So lets not fix it 
here.



-- 
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