This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from f708b966238 Load: Active Load supports ModV2 (#16769)
add 0f2483fbe2e Load: Fixed the issue of TSFile parent directory being
null and TSFile resource being updated during the Load process. (#16751)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/it/IoTDBLoadTsFileIT.java | 43 ++++++++++++++++++++++
.../scheduler/load/LoadTsFileDispatcherImpl.java | 12 ++++--
.../plan/statement/crud/LoadTsFileStatement.java | 2 +-
.../db/storageengine/dataregion/DataRegion.java | 6 ++-
.../dataregion/tsfile/TsFileResource.java | 43 +++++++++++++++++++++-
.../db/storageengine/load/disk/MinIOSelector.java | 10 +++--
6 files changed, 105 insertions(+), 11 deletions(-)