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/05/18 07:06:39 UTC

[GitHub] [arrow] Kowol commented on issue #13177: [Python] Reading JSON with explicit schema is ignoring not null constraint

Kowol commented on issue #13177:
URL: https://github.com/apache/arrow/issues/13177#issuecomment-1129649041

   > Hi @Kowol, thank you for reporting this issue! This should work and it doesn't - I created a JIRA issue [ARROW-16603](https://issues.apache.org/jira/browse/ARROW-16603) to correct this behaviour.
   > 
   > A (not very nice) workaround could be to go through `pydict` and then back to `pa.Table` again:
   
   Hey
   Thanks for the quick reply :)
   
   This is also something that I figured out yesterday - that I can transform table back and forth to fix the schema. It's not a zero-copy but at least it uses valid schema
   


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