I have a use case to read many gziped csv's into a single spark table. Sadly they are .gzip not gz and that can't change.
I found this: Read a compressed file *with custom extension* with spark
But this seems a little crazy to me. Is there no other way to read a file with an alternative extension name?