difin commented on code in PR #6094: URL: https://github.com/apache/hive/pull/6094#discussion_r2376389271
########## iceberg/iceberg-catalog/src/main/java/org/apache/iceberg/hive/MetastoreUtil.java: ########## @@ -157,6 +159,8 @@ private static StorageDescriptor getHiveStorageDescriptor(org.apache.iceberg.Tab result.setSerdeInfo(getHiveSerdeInfo()); result.setLocation(table.location()); result.setParameters(Maps.newHashMap()); + result.setSkewedInfo(new SkewedInfo(new SkewedInfo(Collections.emptyList(), + Collections.emptyList(), Collections.emptyMap()))); Review Comment: Thanks for verifying. I added the nest `SkewedInfo()` because it didn't work otherwise. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org