tprelle commented on a change in pull request #4283:
URL: https://github.com/apache/iceberg/pull/4283#discussion_r835319212
##########
File path:
mr/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandlerWithEngine.java
##########
@@ -707,6 +708,30 @@ public void testMultiTableInsert() throws IOException {
HiveIcebergTestUtils.validateData(target2, target2Records, 1);
}
+ @Test
+ public void testStructMapWithNull() throws IOException {
+ Assume.assumeTrue("Failed on vectorized parquet for a bug in parquet
vectorization",
+ !("PARQUET".equals(fileFormat.name()) && isVectorized));
Review comment:
Hi @kbendick, sorry for the delay,
I create an issue for this https://github.com/apache/iceberg/issues/4403 and
add the info inside the test.
--
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]