andygrove commented on issue #3701: URL: https://github.com/apache/arrow-datafusion/issues/3701#issuecomment-1275196181
I see the same error using DuckDB: ``` Invalid Input Error: Could not convert string 'CMB07601' to INT32 in column "Area", between line 431106 and 432129. ``` CSV schema inference only looks at a subset of the file by default. You need to specify to scan the whole file or specify the schema yourself. -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org