Skip to content

Commit 2e14fbd

Browse files
committed
Fix spurious test failure
1 parent 6c738c5 commit 2e14fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/trino-faulttolerant-tests/src/test/java/io/trino/faulttolerant/BaseFaultTolerantExecutionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void testTableWritePreferredWritePartitioningSkewMitigation()
3737
@Language("SQL") String createTableSql =
3838
"""
3939
CREATE TABLE test_table_writer_skew_mitigation WITH (%s = ARRAY['returnflag']) AS
40-
SELECT orderkey, partkey, suppkey, linenumber, quantity, extendedprice, discount, tax, linestatus, shipdate, commitdate, receiptdate, shipinstruct, shipmode, comment, returnflag
40+
SELECT orderkey, partkey, suppkey, linenumber, quantity, extendedprice, discount, tax, linestatus, shipdate, commitdate, receiptdate, shipinstruct, shipmode, returnflag
4141
FROM tpch.sf1.lineitem
4242
WHERE returnflag = 'N'
4343
LIMIT 1000000\

0 commit comments

Comments
 (0)