From 8144516e53cc2c12b71f02eacaa9fcd746811c66 Mon Sep 17 00:00:00 2001 From: xiedeyantu Date: Wed, 16 Nov 2022 09:33:46 +0800 Subject: [PATCH] fix --- tests/integration/test_storage_hdfs/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_storage_hdfs/test.py b/tests/integration/test_storage_hdfs/test.py index a0a2d3f8426..745756476da 100644 --- a/tests/integration/test_storage_hdfs/test.py +++ b/tests/integration/test_storage_hdfs/test.py @@ -12,7 +12,8 @@ node1 = cluster.add_instance( main_configs=[ "configs/macro.xml", "configs/schema_cache.xml", - "configs/cluster.xml"], + "configs/cluster.xml" + ], with_hdfs=True, )