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

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


    from c82ab13c93e Add Object Type
     new 5981bbae1a3 fix ttl deletion
     new f5353fa9b85 Limit the return size for client instead of always using 
fetchSize
     new 62cca0760ec Add compress for geo_penetrate
     new 50291a686d0 Fix object table split to multi regions (#15927)
     new 6ed70987290 [To object_type] Fix wrong object value inserted (#15928)
     new 38bd51b1968 fix ttl deletion
     new 9e0d8c36b59 fix ttl deletion
     new cbf0927918e fix multi measurement name
     new 1f5e9ece731 cpp client datatype OBJECT (#16094)
     new ae5d7b8eac3 make offset of read_object take effective
     new ca06bc4b816 Print file name while encountering error
     new e5e520d9dd0 Print file name while encountering error
     new 1254bdfcce6 Add object type file metric (#16257)
     new f9a9bc251c3 modify the log of removing object file

The 14 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:
 .../apache/iotdb/TableModelSessionPoolExample.java |  20 ----
 iotdb-client/client-cpp/src/main/Common.cpp        |   1 +
 iotdb-client/client-cpp/src/main/Common.h          |   3 +-
 .../client-cpp/src/main/IoTDBRpcDataSet.cpp        |   1 +
 iotdb-client/client-cpp/src/main/Session.cpp       |  30 ++++--
 iotdb-client/client-cpp/src/main/Session.h         |  54 +++++++++-
 .../client-cpp/src/main/SessionDataSet.cpp         |   2 +
 .../src/test/cpp/sessionRelationalIT.cpp           |  12 ++-
 .../node/write/RelationalInsertTabletNode.java     | 115 +++++++++++++++------
 .../unary/scalar/ReadObjectColumnTransformer.java  |  30 ++++--
 .../iotdb/db/service/metrics/FileMetrics.java      |  20 ++++
 ...ModsFileMetrics.java => ObjectFileMetrics.java} |  44 ++++----
 .../iotdb/db/storageengine/StorageEngine.java      |  16 ++-
 .../db/storageengine/dataregion/DataRegion.java    |  21 ++++
 .../tsfile/generator/TsFileNameGenerator.java      |   4 +-
 .../db/storageengine/rescon/disk/TierManager.java  |  10 ++
 .../org/apache/iotdb/db/utils/ObjectTypeUtils.java |  37 ++++---
 .../apache/iotdb/db/utils/QueryDataSetUtils.java   |   7 +-
 18 files changed, 310 insertions(+), 117 deletions(-)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/service/metrics/file/{ModsFileMetrics.java
 => ObjectFileMetrics.java} (69%)

Reply via email to