Description
I was messing around with some per-target compression settings and discovered that some of the major Targets (TextFileTarget, AvroFileTarget, and AvroParquetFileTarget) ignore any outputConf settings that are done to them, which means that we can only set compression options on a per-job/per-output-type level right now, as opposed to for each individual output.
Fixed this and added some file-compression related utilities to test it.