This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch insertVector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 26357ce  Merge branch 'master' into insertVector
     add 9d28f8c  change tryToDeleteLastCache logger to debug
     add efef85f  Merge remote-tracking branch 'origin/master'
     add 2d86da2  Merge remote-tracking branch 'origin/master'
     add 1c6af88  Merge remote-tracking branch 'origin/master'
     add 07abef0  [IOTDB-1718] correct the position of "chmod + cmake" (#4007)
     add 45248d4  Merge remote-tracking branch 'origin/master'
     add f864bc6  [INFRA-22355] Enable GitHub wiki (#4023)
     add 69ce3e5  Merge remote-tracking branch 'origin/master'
     add 6cda81b  enable github issue
     add 1b7add1  enable github issues
     add 5c7eb25  [IOTDB-1733] Fix dropping built-in function (#4026)
     add 96b5269  [IOTDB-1730] client-cpp, enhance session::insertTablet() 
etc.'s performance (#4022)
     add 31c8b07  UserGuideReadme.md: fix "In Progress Version" link (#4029)
     add 8ce16e9  Improve ContributeGuide.md and HowToCommit.md (#4030)
     add daabf35  Merge branch 'master' of https://github.com/apache/iotdb into 
insertVector
     add 35d8128  Unify term definition and fix review

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   5 +-
 checkstyle.xml                                     |   2 +-
 client-cpp/src/main/Session.cpp                    |  26 ++---
 client-cpp/src/main/Session.h                      |   6 ++
 compile-tools/thrift/pom.xml                       |  38 ++++----
 docs/Development/ContributeGuide.md                |  12 ++-
 docs/Development/HowToCommit.md                    |  18 ++++
 docs/UserGuide/UserGuideReadme.md                  |   2 +-
 docs/zh/Development/ContributeGuide.md             |  10 ++
 docs/zh/Development/HowToCommit.md                 |  18 ++++
 .../iotdb/AlignedTimeseriesSessionExample.java     |  73 +++++++-------
 pom.xml                                            |   2 +-
 .../physical/crud/InsertRowsOfOneDevicePlan.java   |   4 +-
 .../query/udf/service/UDFRegistrationService.java  |   4 +-
 .../iotdb/db/integration/IoTDBUDFManagementIT.java |  21 +++++
 .../java/org/apache/iotdb/session/Session.java     | 105 +++++++++++----------
 .../org/apache/iotdb/session/pool/SessionPool.java |  28 +++---
 17 files changed, 234 insertions(+), 140 deletions(-)

Reply via email to