You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/11 19:50:10 UTC

[GitHub] [arrow-datafusion] andygrove commented on issue #3701: Problem to get value in filter after change datatype of column

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-unsubscribe@arrow.apache.org

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