difin commented on code in PR #5792:
URL: https://github.com/apache/hive/pull/5792#discussion_r2079766285
##########
iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_partition_evolution2.q:
##########
@@ -29,23 +29,23 @@ use ice_comp;
create table ice_orc (
first_name string,
last_name string,
- dept_id bigint
+ is_remote boolean
Review Comment:
There are many iceberg compaction q-tests that have partition fields with
'bigint' types, changed this test to test with boolean type. This way iceberg
compaction q-tests test more cases, isn't it a good thing?
--
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]