vibhatha commented on PR #36266:
URL: https://github.com/apache/arrow/pull/36266#issuecomment-1818845823

   > I have found out the cause for the random flakey failures in the CI.
   > 
   > The code in the tests is generating a numpy array with random strings of 
length 4. They can also include the string `"NULL"` which currently gets 
converted to `None`.
   > Reproducible example
   > 
   > We should use `convert_options = ConvertOptions(column_types={"fixedsize": 
pa.binary(4)}, quoted_strings_can_be_null=False)` so that `"NULL"` is not 
converted to `None`.
   > 
   > Will add the change via suggestions.
   
   Oh Wow! Awesome catch @AlenkaF :pray: 
   Thanks for working on this one. 


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