SourabhBadhya commented on code in PR #5162: URL: https://github.com/apache/hive/pull/5162#discussion_r1538720732
########## iceberg/iceberg-handler/src/test/queries/positive/iceberg_merge_files.q: ########## @@ -57,7 +57,7 @@ select count(distinct(file_path)) from default.parquet_part_source.files; -- Insert into the tables both for unpartitioned and partitioned cases for Parquet formats. insert into table parquet_source select * from parquet_source; -insert into table parquet_part_source select * from parquet_part_source where ds = 102 union all select * from orc_part_source where ds = 103; +insert into table parquet_part_source select * from parquet_part_source where ds = 102 union all select * from parquet_part_source where ds = 103; Review Comment: @deniskuzz That is just keeping in line with other queries in the qtest, it was a mistake while copying in the previous PR even though it works. The previous PR works with multiple source formats. So its not a problem. -- 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]
