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/03/22 22:25:24 UTC

[GitHub] [arrow-datafusion] alamb commented on pull request #2023: Add `write_json`, `read_json`, `register_json`, and `JsonFormat` to `CREATE EXTERNAL TABLE` functionality

alamb commented on pull request #2023:
URL: https://github.com/apache/arrow-datafusion/pull/2023#issuecomment-1075703456


   > So the current error is when reading a json file with a single record with one field that is null. the schema is not picked up correctly. i think this would have to be handled on the arrow side. maybe i could add #[should_panic] for now?
   
   
   I am not sure what the schema of a single record with one null field should be (and doesn't seem all that important of a use case). Adding `#should_panic `sounds good to me and maybe filing a ticket in arrow-rs with whatever is wrong?


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