This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch refector_py_table_session
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/refector_py_table_session by
this push:
new ef51cb00d96 fix example
ef51cb00d96 is described below
commit ef51cb00d961785b904f95a4f1e4d7a6e15b8c53
Author: HTHou <[email protected]>
AuthorDate: Thu Nov 28 12:09:30 2024 +0800
fix example
---
iotdb-client/client-py/table_model_session_pool_example.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iotdb-client/client-py/table_model_session_pool_example.py
b/iotdb-client/client-py/table_model_session_pool_example.py
index 18f9417a820..64aeec917c0 100644
--- a/iotdb-client/client-py/table_model_session_pool_example.py
+++ b/iotdb-client/client-py/table_model_session_pool_example.py
@@ -133,7 +133,7 @@ max_pool_size = 5
wait_timeout_in_ms = 3000
config = TableSessionPoolConfig(
node_urls=node_urls,
- user_name=username,
+ username=username,
password=password,
database=database,
max_pool_size=max_pool_size,