This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch object_type
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 618120aff09 add getAbsoluteObjectFilePath method
new aaa3bec02ef Add Object Read Example
new 75f04adce82 Merge branch 'object_type' of
https://github.com/apache/iotdb into object_type
new 3c3de7a1ae7 Support READ_OBJECT
The 3 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:
.../java/org/apache/iotdb/ObjectReadExample.java | 80 ++++++++++++++++++++++
.../java/org/apache/iotdb/rpc/TSStatusCode.java | 3 +
.../apache/iotdb/db/conf/DataNodeMemoryConfig.java | 5 +-
.../execution/memory/LocalMemoryManager.java | 1 -
.../unary/scalar/ReadObjectColumnTransformer.java | 19 +++--
.../db/storageengine/rescon/disk/TierManager.java | 11 +++
...ntimeException.java => ObjectFileNotExist.java} | 14 ++--
7 files changed, 117 insertions(+), 16 deletions(-)
create mode 100644
example/session/src/main/java/org/apache/iotdb/ObjectReadExample.java
copy
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/exception/{IoTDBIORuntimeException.java
=> ObjectFileNotExist.java} (70%)