Skip to content

Commit 1c7e84c

Browse files
author
Chong Gao
committed
Tighten Iceberg AQE write fallback allowlist
Signed-off-by: Chong Gao <res_life@163.com>
1 parent 480fe5c commit 1c7e84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration_tests/src/main/python/iceberg/iceberg_append_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def insert_data(spark, table_name: str):
105105

106106
@iceberg
107107
@ignore_order(local=True)
108-
@allow_non_gpu('AppendDataExec', 'LocalTableScanExec', 'ProjectExec', 'ShuffleExchangeExec')
108+
@allow_non_gpu('LocalTableScanExec', 'ShuffleExchangeExec')
109109
@pytest.mark.skipif(is_iceberg_remote_catalog(), reason="Skip for remote catalog to reduce test time")
110110
@pytest.mark.parametrize("partition_table", [True, False], ids=lambda x: f"partition_table={x}")
111111
def test_insert_into_table_values_aqe(spark_tmp_table_factory, partition_table):

0 commit comments

Comments
 (0)