nastra commented on code in PR #8098:
URL: https://github.com/apache/iceberg/pull/8098#discussion_r1379909688


##########
parquet/src/test/java/org/apache/iceberg/avro/TestParquetReadProjection.java:
##########
@@ -45,4 +45,20 @@ protected GenericData.Record writeAndRead(
 
     return Iterables.getOnlyElement(records);
   }
+
+  // Empty struct read is not supported for Parquet

Review Comment:
   rather than this comment, this should use proper annotations for each test 
method to indicate that it is skipped:
   ```
     @Override
     @Test
     @Disabled("...")
   ```



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to