abstractdog commented on code in PR #5648: URL: https://github.com/apache/hive/pull/5648#discussion_r1977157358
########## 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: is hive.iceberg.stats.source=iceberg tested somewhere else from now? -- 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