adriangb commented on code in PR #22680:
URL: https://github.com/apache/datafusion/pull/22680#discussion_r3338149309
##########
benchmarks/sql_benchmarks/imdb/init/load_csv.sql:
##########
@@ -0,0 +1,170 @@
+CREATE EXTERNAL TABLE aka_name (
+ id integer unsigned NOT NULL,
+ person_id integer NOT NULL,
+ name varchar(218) NOT NULL,
+ imdb_index varchar(12),
+ name_pcode_cf varchar(5),
+ name_pcode_nf varchar(5),
+ surname_pcode varchar(5),
+ md5sum varchar(32)
+) STORED AS CSV LOCATION 'data/imdb/aka_name.csv' OPTIONS ('has_header'
'false', 'format.delimiter' ',', 'format.escape' '\');
Review Comment:
This is a false positive.
--
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]