This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch query_v2_py
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 7d86e987c7c fix dup column
new 6c57e017a34 dev more
new f8cdcf97d52 finishing dev
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/multi-language-client.yml | 1 -
.../client-py/iotdb/tsfile/utils/tsblock_serde.py | 8 +
iotdb-client/client-py/iotdb/utils/Field.py | 4 +-
.../client-py/iotdb/utils/IoTDBRpcDataSet.py | 21 +-
.../tests/integration/test_tablemodel_query.py | 438 +++++++++++++++++++++
5 files changed, 458 insertions(+), 14 deletions(-)
create mode 100644
iotdb-client/client-py/tests/integration/test_tablemodel_query.py