pan3793 commented on PR #51182:
URL: https://github.com/apache/spark/pull/51182#issuecomment-2982960085
> There are users who have files with either non-standard extensions or no
extensions at all.
@sandip-db to handle "non-standard extensions", you just need to register
another Hadoop codec, for example
```
new org.apache.hadoop.io.compress.GzipCodec {
override def getDefaultExtension: String = "gzip"
}
```
for "no extensions" compressed text files, I'm not sure if this is a valid
use case(see my last comment)
--
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]