Skip to content

Commit

Permalink
ORC-FORMAT-6: Add CompressionKind.BROTLI
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This closes #6 by adding `CompressionKind.BROTLI` as a new compression type.

### Why are the changes needed?

To support ORC-1463 at Apache ORC Format 1.0.0.

### How was this patch tested?

Pass the CIs.
  • Loading branch information
dongjoon-hyun authored Dec 8, 2023
1 parent 4f1353e commit 9753755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/proto/orc/proto/orc_proto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ enum CompressionKind {
LZO = 3;
LZ4 = 4;
ZSTD = 5;
BROTLI = 6;
}

// Serialized length must be less that 255 bytes
Expand Down

0 comments on commit 9753755

Please sign in to comment.