mishbahr commented on issue #11967:
URL: https://github.com/apache/arrow/issues/11967#issuecomment-995718849


   Ok. Thanks for the explanation. 
   I think I am going to change my code the use the v2 dataset API 
(`use_legacy_dataset=False`)
   And then throw an error when `field.type == pa.null()` and ask the user to 
cast dataframe column with specific type. 
   e.g `df['x'] = df['x'].astype('string')`


-- 
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]


Reply via email to