zeroshade commented on issue #625: URL: https://github.com/apache/arrow-go/issues/625#issuecomment-3755517758
hmmm, actually. I was able to confirm that it is correctly being seen as null, it's just that the `Value` method is returning an empty slice rather than Null.... which is perfectly expected as we don't check `IsNull` in the `Value(i int)` method. An empty slice is perfectly expected vs null as the only way to check whether a value is null or not is to use the `IsNull` method (e.g., check the validity bitmap). -- 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]
