This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch Vector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 4ae74ae [PhysicalPlan] Add PhysicalPlan
add 96f29bb [To Vector] add VectorPartialPath (#2823)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/metadata/PartialPath.java | 6 +--
.../iotdb/db/metadata/VectorPartialPath.java | 58 ++++++++++++++++++++++
.../writelog/recover/UnseqTsFileRecoverTest.java | 18 ++++---
.../tsfile/write/schema/IMeasurementSchema.java | 1 -
.../write/writer/VectorChunkWriterImplTest.java | 8 ---
.../write/writer/VectorMeasurementSchemaStub.java | 8 +--
6 files changed, 75 insertions(+), 24 deletions(-)
create mode 100644
server/src/main/java/org/apache/iotdb/db/metadata/VectorPartialPath.java