deniskuzZ commented on code in PR #5648: URL: https://github.com/apache/hive/pull/5648#discussion_r1977162827
########## iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStatistics.java: ########## @@ -351,25 +384,5 @@ private void checkColStatMinMaxDistinctValue(String tableName, String colName, i // Check distinct Assert.assertEquals("distinct_count", rows.get(5)[0]); Assert.assertEquals(String.valueOf(distinct), rows.get(5)[1]); - - shell.executeStatement("set hive.iceberg.stats.source=iceberg"); Review Comment: i've added a parametrized config for that, see https://github.com/apache/hive/pull/5648/files/d645b25a042b57895156b38c792e967c598218a3#diff-85f53d8d84a6e67e63a21991e0a2fd0bd243cbb43a7fef18a791324b8c997dc7R52-R66 -- 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