alamb commented on issue #3174:
URL: https://github.com/apache/datafusion/issues/3174#issuecomment-2359389532

   This still happens as of datafusion 42
   
   ```sql
   > CREATE EXTERNAL TABLE test
   STORED AS CSV
   LOCATION 'testing/data/csv/aggregate_test_100.csv';
   0 row(s) fetched.
   Elapsed 0.009 seconds.
   
   > select * from test;
   Arrow error: Parser error: Error while parsing value 11720144131976083864 
for column 9 at line 2
   ```


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to