sandip-db commented on PR #51182: URL: https://github.com/apache/spark/pull/51182#issuecomment-2982202346
> does Hadoop's LineRecordReader allow us to specify the compression at the session level without forking the code? @cloud-fan Its possible to pass different codecs via `io.compression.codecs.CompressionCodec` Hadoop conf, but Hadoop will still use file name extension to choose codec from that list. Users' files may not have a standard extension to begin with. -- 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]
