emkornfield commented on code in PR #3397:
URL: https://github.com/apache/parquet-java/pull/3397#discussion_r3504232644


##########
parquet-hadoop/src/test/java/org/apache/parquet/format/converter/TestParquetMetadataConverter.java:
##########
@@ -471,6 +471,10 @@ public void testLogicalToConvertedTypeConversion() {
   public void testEnumEquivalence() {
     ParquetMetadataConverter parquetMetadataConverter = new 
ParquetMetadataConverter();
     for (org.apache.parquet.column.Encoding encoding : 
org.apache.parquet.column.Encoding.values()) {
+      // Skip ALP encoding as it's not yet in the parquet-format specification

Review Comment:
   this also needs to be removed once released?



-- 
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]

Reply via email to