From 3440006c8435914d6c8863f118eaf4ad2bb7bf53 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Thu, 13 Feb 2025 13:57:08 +0800 Subject: [PATCH] fix:[TS-5776]add raw type from consumer --- tests/system-test/7-tmq/taosx-performance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/7-tmq/taosx-performance.py b/tests/system-test/7-tmq/taosx-performance.py index 997c6ec096..8a9e2bbe83 100755 --- a/tests/system-test/7-tmq/taosx-performance.py +++ b/tests/system-test/7-tmq/taosx-performance.py @@ -65,7 +65,7 @@ insertJson = '''{ "child_table_exists": "no", "childtable_count": 10000, "childtable_prefix": "d", - "auto_create_table": "no", + "auto_create_table": "yes", "batch_create_tbl_num": 500, "data_source": "rand", "insert_mode": "taosc",