This is an automated email from the ASF dual-hosted git repository.
difin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 4d012ca515b HIVE-28706: Iceberg: fix not stable tests (#5609),
reviewed by Denys Kuzmenko
4d012ca515b is described below
commit 4d012ca515beaac2455c2de6bdca73b0576b1af4
Author: Dmitriy Fingerman <[email protected]>
AuthorDate: Tue Jan 14 09:22:13 2025 -0500
HIVE-28706: Iceberg: fix not stable tests (#5609), reviewed by Denys
Kuzmenko
Co-authored-by: Dmitriy Fingerman <[email protected]>
---
.../positive/iceberg_major_compaction_single_partition_with_evolution.q | 1 +
.../positive/iceberg_major_compaction_single_partition_with_evolution2.q | 1 +
2 files changed, 2 insertions(+)
diff --git
a/iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_single_partition_with_evolution.q
b/iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_single_partition_with_evolution.q
index f0571a68b06..65b490fef5e 100644
---
a/iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_single_partition_with_evolution.q
+++
b/iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_single_partition_with_evolution.q
@@ -22,6 +22,7 @@
set hive.llap.io.enabled=true;
set hive.vectorized.execution.enabled=true;
set hive.optimize.shared.work.merge.ts.schema=true;
+set hive.merge.tezfiles=true;
create table ice_orc (
first_name string,
diff --git
a/iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_single_partition_with_evolution2.q
b/iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_single_partition_with_evolution2.q
index 4741490d1f4..6db0073e733 100644
---
a/iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_single_partition_with_evolution2.q
+++
b/iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_single_partition_with_evolution2.q
@@ -22,6 +22,7 @@
set hive.llap.io.enabled=true;
set hive.vectorized.execution.enabled=true;
set hive.optimize.shared.work.merge.ts.schema=true;
+set hive.merge.tezfiles=true;
create table ice_orc (
a string