Skip to content

Commit 6e2a6a2

Browse files
committed
Create SQL typo
1 parent acfdcf4 commit 6e2a6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-connector-clickhouse-1.17/src/test/java/org/apache/flink/connector/clickhouse/sink/ClickHouseSinkTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ void SimplePOJODataTooManyPartsTest() throws Exception {
506506
"uint64Object UInt64," +
507507
"uint128Object UInt128," +
508508
"uint256Object UInt256," +
509-
"decimal Decimal(10,5)" +
509+
"decimal Decimal(10,5)," +
510510
"decimal32 Decimal32(9)," +
511511
"decimal64 Decimal64(18)," +
512512
"decimal128 Decimal128(38)," +

0 commit comments

Comments
 (0)