paleolimbot opened a new issue, #855:
URL: https://github.com/apache/arrow-nanoarrow/issues/855

   This can happen in the wild ( 
https://github.com/firelab/gdalraster/issues/918#issuecomment-4071676813 ) and 
the current validation is tighter than what Arrow C++ accepts on import (I 
checked arrow-rs and it also does not mind).
   
   We error if null_count != 0 but it is probably sufficient to check that the 
null count is not > 0 for all practical purposes. The use case in the issue is 
that GDAL has been producing arrays like this for several years and there's no 
real reason we shouldn't accept these arrays.


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