Skip to content

Commit 03457c5

Browse files
julienledemclaude
andcommitted
Apply spotless formatting to ParquetMetadataConverter
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fb81652 commit 03457c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

parquet-hadoop/src/main/java/org/apache/parquet/format/converter/ParquetMetadataConverter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,8 +750,7 @@ public org.apache.parquet.column.Encoding getEncoding(Encoding encoding) {
750750
public Encoding getEncoding(org.apache.parquet.column.Encoding encoding) {
751751
// ALP encoding is not yet part of the parquet-format specification
752752
if (encoding == org.apache.parquet.column.Encoding.ALP) {
753-
throw new IllegalArgumentException(
754-
"ALP encoding is not yet supported in the parquet-format specification");
753+
throw new IllegalArgumentException("ALP encoding is not yet supported in the parquet-format specification");
755754
}
756755
return Encoding.valueOf(encoding.name());
757756
}

0 commit comments

Comments
 (0)