mayursrivastava opened a new issue #2484: URL: https://github.com/apache/iceberg/issues/2484
For reference, the ArrowReader was added in https://github.com/apache/iceberg/pull/2286. Columns with constant values are physically encoded as a dictionary. During reads, the Arrow vector type is int32 instead of the type as per the Iceberg table schema. Fix the ArrowReader and related code to return the Arrow vector corresponding to the logical data type. After fixing it, remove ignore annotation from ArrowReaderTest#testReadAllWithConstantRecords(). -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
