Skip to content

Commit 1670230

Browse files
committed
Address comments
1 parent 99b6b12 commit 1670230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def drop_partition_field(spark, table_name):
390390

391391
# INSERT OVERWRITE after partition evolution - this is the operation we're testing on GPU
392392
def overwrite_data(spark, table_name):
393-
df = gen_df(spark, list(zip(iceberg_base_table_cols, iceberg_gens_list)))
393+
df = gen_df(spark, list(zip(iceberg_base_table_cols, iceberg_gens_list)), seed=INITIAL_INSERT_SEED + 1)
394394
view_name = spark_tmp_table_factory.get()
395395
df.createOrReplaceTempView(view_name)
396396
spark.sql(f"INSERT OVERWRITE TABLE {table_name} SELECT * FROM {view_name}")

0 commit comments

Comments
 (0)