This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch test_pyt1
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/test_pyt1 by this push:
new e42f8710204 error
e42f8710204 is described below
commit e42f8710204fbcbdaefde532b64f74efd84b1ee6
Author: HTHou <[email protected]>
AuthorDate: Tue Aug 1 14:05:31 2023 +0800
error
---
iotdb-client/client-py/tests/test_tablet.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iotdb-client/client-py/tests/test_tablet.py
b/iotdb-client/client-py/tests/test_tablet.py
index 3e2d53543e4..1121888dc85 100644
--- a/iotdb-client/client-py/tests/test_tablet.py
+++ b/iotdb-client/client-py/tests/test_tablet.py
@@ -102,7 +102,7 @@ def test_nullable_tablet_insertion():
df_input.insert(0, "Time", timestamps_)
session_data_set = session.execute_query_statement(
- "select s_01, s_02, s_03, s_04, s_05, s_06 from
root.sg_test_01.d_01"
+ "select s_01, s_02, s_03, s_04, s_05 from root.sg_test_01.d_01"
)
df_output = session_data_set.todf()
df_output = df_output[df_input.columns.tolist()]