deniskuzZ commented on code in PR #5621: URL: https://github.com/apache/hive/pull/5621#discussion_r2063913890
########## iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_partition_evolution_ordered.q: ########## @@ -60,10 +61,10 @@ select * from ice_orc where dept_id = 2 order by first_name; select * from ice_orc where dept_id = 3 order by first_name; describe formatted ice_orc; -explain alter table ice_orc COMPACT 'major' and wait order by first_name desc; +explain alter table ice_orc COMPACT 'smart_optimize' and wait order by first_name desc; Review Comment: we shouldn't support that, 'smart_optimize' should be implicit type for optimize command -- 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