nastra commented on code in PR #16881:
URL: https://github.com/apache/iceberg/pull/16881#discussion_r3457770868
##########
core/src/main/java/org/apache/iceberg/puffin/PuffinFormat.java:
##########
@@ -126,16 +128,16 @@ private static ByteBuffer compress(Compressor compressor,
ByteBuffer input) {
static ByteBuffer decompress(PuffinCompressionCodec codec, ByteBuffer input)
{
switch (codec) {
- case NONE:
+ case NONE -> {
Review Comment:
{} are not needed in this entire block
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]