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 f8ee1c9 update tsfile path and test
new 9e214f8 optimize code style
new e982540 Add MetaUtilsTest
new 08c6896 Merge branch 'optimize_path_v2' of
https://github.com/apache/incubator-iotdb into optimize_path_v2
new 787cc2e Merge pull request #1628 from Alima777/optimize_path_v2
The 3901 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:
.../iotdb/db/qp/strategy/LogicalGenerator.java | 14 ++---
.../org/apache/iotdb/db/service/TSServiceImpl.java | 10 ++--
.../apache/iotdb/db/metadata/MetaUtilsTest.java | 62 ++++++++++++++++++++++
3 files changed, 74 insertions(+), 12 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/metadata/MetaUtilsTest.java