@@ -305,7 +305,7 @@ void testTableToSink() throws Exception {
305
305
"long_col BIGINT, " +
306
306
"double_col DOUBLE, " +
307
307
"bool_col BOOLEAN, " +
308
- "binary_col BINARY , " +
308
+ "binary_col VARCHAR(100) , " +
309
309
"nchar_col String, " +
310
310
"varbinary_col BINARY, " +
311
311
"geometry_col BINARY, " +
@@ -321,7 +321,7 @@ void testTableToSink() throws Exception {
321
321
"geometry_tag BINARY, " +
322
322
"tinyint_tag TINYINT, " +
323
323
"smallint_tag SMALLINT, " +
324
- "tbname VARBINARY " +
324
+ "tbname VARCHAR(255) " +
325
325
") WITH (" +
326
326
" 'connector' = 'tdengine-connector'," +
327
327
" 'td.jdbc.url' = 'jdbc:TAOS-WS://localhost:6041/table_all_type_stmt0?user=root&password=taosdata'," +
@@ -337,7 +337,7 @@ void testTableToSink() throws Exception {
337
337
"long_col BIGINT, " +
338
338
"double_col DOUBLE, " +
339
339
"bool_col BOOLEAN, " +
340
- "binary_col BINARY , " +
340
+ "binary_col VARCHAR(100) , " +
341
341
"nchar_col String, " +
342
342
"varbinary_col BINARY, " +
343
343
"geometry_col BINARY, " +
@@ -353,7 +353,7 @@ void testTableToSink() throws Exception {
353
353
"geometry_tag BINARY, " +
354
354
"tinyint_tag TINYINT, " +
355
355
"smallint_tag SMALLINT, " +
356
- "tbname VARBINARY " +
356
+ "tbname VARCHAR(255) " +
357
357
") WITH (" +
358
358
" 'connector' = 'tdengine-connector'," +
359
359
" 'td.jdbc.mode' = 'sink'," +
@@ -386,7 +386,7 @@ void testCdcTableToSink() throws Exception {
386
386
"long_col BIGINT, " +
387
387
"double_col DOUBLE, " +
388
388
"bool_col BOOLEAN, " +
389
- "binary_col BINARY , " +
389
+ "binary_col VARCHAR(100) , " +
390
390
"nchar_col String, " +
391
391
"varbinary_col BINARY, " +
392
392
"geometry_col BINARY, " +
@@ -402,7 +402,7 @@ void testCdcTableToSink() throws Exception {
402
402
"geometry_tag BINARY, " +
403
403
"tinyint_tag TINYINT, " +
404
404
"smallint_tag SMALLINT, " +
405
- "tbname VARBINARY " +
405
+ "tbname VARCHAR(255) " +
406
406
") WITH (" +
407
407
" 'connector' = 'tdengine-connector'," +
408
408
" 'bootstrap.servers' = 'localhost:6041'," +
@@ -420,7 +420,7 @@ void testCdcTableToSink() throws Exception {
420
420
"long_col BIGINT, " +
421
421
"double_col DOUBLE, " +
422
422
"bool_col BOOLEAN, " +
423
- "binary_col BINARY , " +
423
+ "binary_col VARCHAR(100) , " +
424
424
"nchar_col String, " +
425
425
"varbinary_col BINARY, " +
426
426
"geometry_col BINARY, " +
@@ -436,7 +436,7 @@ void testCdcTableToSink() throws Exception {
436
436
"geometry_tag BINARY, " +
437
437
"tinyint_tag TINYINT, " +
438
438
"smallint_tag SMALLINT, " +
439
- "tbname VARBINARY " +
439
+ "tbname VARCHAR(255) " +
440
440
") WITH (" +
441
441
" 'connector' = 'tdengine-connector'," +
442
442
" 'td.jdbc.mode' = 'cdc'," +
0 commit comments