thswlsqls commented on PR #16871: URL: https://github.com/apache/iceberg/pull/16871#issuecomment-4793404689
You're right — this doesn't make the read succeed; it replaces the confusing NPE (`getPlainVectorAccessor` calling `getClass()` on a null vector) with a clear `UnsupportedOperationException: Unsupported vector: null`. Fully reading an added constant/null column in the vectorized path is still out of scope here and tracked on #10275; the workaround today is to disable vectorized reads. I'll update the description so it reads as "clearer failure, not a successful read." -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
