lidavidm commented on issue #44344: URL: https://github.com/apache/arrow/issues/44344#issuecomment-2404107616
I prefer throwing over `null` since that makes it evident where the failure occurred, but I suppose in context it's preferable over special casing APIs. (And once we have proper `@Nullable` annotations that should help.) I would be OK returning null so long as this is clearly documented in the base method. -- 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]
