alamb commented on issue #15456: URL: https://github.com/apache/datafusion/issues/15456#issuecomment-2759119415
The problem can be reproduced without the tpchdbgen CLI: Step 1: download [part.zip](https://github.com/user-attachments/files/19492616/part.zip) Step 2: unzip ```shell unzip part.zip ``` Step 3: run query: ```shell $ datafusion-cli -c "select * from 'part.csv'" ``` This results in this error: ``` andrewlamb@Andrews-MacBook-Pro-2:~/Downloads$ datafusion-cli -c "select * from 'part.csv'" DataFusion CLI v46.0.1 Error: Arrow error: Parser error: Error while parsing value p_partkey for column 0 at line 12057 ``` -- 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]
