This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a change to branch rel/0.10
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 320cd0d [IOTDB-805] Fix BufferUnderflowException when querying TsFile
stored in HDFS
new 239c7dc python session client ver-0.10.0
new f2e0c7a delete old-version python example.
new 4a38a29 updated README file of python client.
new b29b10e Update client-py/readme.md
The 4 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:
client-py/readme.md | 8 +-
client-py/src/Session.py | 460 +++++++++++++++++++++
client-py/src/SessionExample.py | 105 +++++
client-py/src/SessionUT.py | 107 +++++
client-py/src/client_example.py | 359 ----------------
client-py/src/utils/Field.py | 176 ++++++++
.../src/utils/IoTDBConstants.py | 42 +-
client-py/src/utils/IoTDBRpcDataSet.py | 219 ++++++++++
client-py/src/utils/RowRecord.py | 55 +++
client-py/src/utils/SessionDataSet.py | 101 +++++
client-py/src/utils/Tablet.py | 133 ++++++
.../src/utils/__init__.py | 2 -
12 files changed, 1392 insertions(+), 375 deletions(-)
create mode 100644 client-py/src/Session.py
create mode 100644 client-py/src/SessionExample.py
create mode 100644 client-py/src/SessionUT.py
delete mode 100755 client-py/src/client_example.py
create mode 100644 client-py/src/utils/Field.py
copy server/src/assembly/resources/sbin/stop-server.sh =>
client-py/src/utils/IoTDBConstants.py (64%)
mode change 100755 => 100644
create mode 100644 client-py/src/utils/IoTDBRpcDataSet.py
create mode 100644 client-py/src/utils/RowRecord.py
create mode 100644 client-py/src/utils/SessionDataSet.py
create mode 100644 client-py/src/utils/Tablet.py
copy
server/src/main/resources/META-INF/services/org.apache.iotdb.db.mqtt.PayloadFormatter
=> client-py/src/utils/__init__.py (94%)