wgtmac commented on issue #34432: URL: https://github.com/apache/arrow/issues/34432#issuecomment-1471327958
Finally I have figured out that the default constructor of `ArrowFileReader` applies `NoCompressionCodec.Factory.INSTANCE` so it is unable to decompress a compressed file. One has to add dependency of `arrow-compression` and use the constructors with `CompressionCodec.Factory` to enable it. -- 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]
