Hello,

I see that the LineRecordReader uses CompressionCodecFactory and tries to
guess codec using file name extension. Currently this logic is case
sensitive, for example it will work for "*.gz" but not "*.GZ". Do you see
any challenges if we make this case insensitive - to be precise logic in
getCodec(Path file) method of CompressionCodecFactory?

Thanks,
Abhijeet

Reply via email to