This is an automated email from the ASF dual-hosted git repository.
CritasWang pushed a change to branch fix/date-encoding-yyyymmdd
in repository https://gitbox.apache.org/repos/asf/iotdb-client-nodejs.git
from 40928b8 fix: encode DATE as INT32 yyyyMMdd instead of days-since-epoch
add 4aacd83 fix: address review feedback on DATE yyyyMMdd encoding
No new revisions were added by this update.
Summary of changes:
docs/data-types.md | 6 +-
docs/user-guide-tree-zh.md | 2 +-
docs/user-guide-tree.md | 2 +-
src/client/Session.ts | 76 ++++++++++++-
src/client/SessionDataSet.ts | 1 +
src/utils/DataTypes.ts | 94 ++++++++++++++--
tests/unit/DataTypes.test.ts | 198 ++++++++++++++++++++++++++++++++-
tests/unit/FastSerializer.test.ts | 11 +-
tests/unit/TabletSerialization.test.ts | 13 ++-
9 files changed, 376 insertions(+), 27 deletions(-)