Skip to content

Commit

Permalink
ALS-6511: Revert uneccessary testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Aug 19, 2024
1 parent 3321f37 commit f564636
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void writeHeader(String[] data) {
dataFileWriter = new DataFileWriter<GenericRecord>(datumWriter);
try {
log.info("Creating temp avro file at " + file.getAbsoluteFile());
dataFileWriter.setCodec(CodecFactory.nullCodec());
dataFileWriter.setCodec(CodecFactory.deflateCodec(CodecFactory.DEFAULT_DEFLATE_LEVEL));
dataFileWriter.create(entitySchema, file);
} catch (IOException e) {
throw new UncheckedIOException(e);
Expand Down

0 comments on commit f564636

Please sign in to comment.