This is an automated email from the ASF dual-hosted git repository.
geniuspig pushed a change to branch optimize_path_v2
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from cc7bb42 update test.
add c210630 update Path
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/metadata/MetaUtils.java | 3 +-
.../apache/iotdb/spark/tsfile/DefaultSource.scala | 2 +-
.../iotdb/spark/tsfile/NarrowConverter.scala | 71 +++++---------
.../apache/iotdb/spark/tsfile/WideConverter.scala | 54 +++++------
.../tsfile/common/constant/TsFileConstant.java | 3 +-
.../org/apache/iotdb/tsfile/read/common/Path.java | 102 ++++++++++-----------
.../apache/iotdb/tsfile/read/common/PathTest.java | 46 ++++++++++
7 files changed, 151 insertions(+), 130 deletions(-)
create mode 100644
tsfile/src/test/java/org/apache/iotdb/tsfile/read/common/PathTest.java