We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4dc09 commit 233e941Copy full SHA for 233e941
iotdb-client/client-py/iotdb/table_session.py
@@ -47,7 +47,7 @@ def __init__(self, **kwargs):
47
else:
48
self.__session = self.__session_pool.get_session()
49
50
- def insert(self, tablet: Union[Tablet | NumpyTablet]):
+ def insert(self, tablet: Union[Tablet, NumpyTablet]):
51
self.__session.insert_relational_tablet(tablet)
52
53
def execute_non_query_statement(self, sql: str):
0 commit comments