This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from abdeebe6 add group by test
add fb4a0af [IOTDB-550] Fix TSMRWriteExample executes unsuccessfully
(#895)
add 59e7977 [IOTDB-545] Update checkPathValidity in Session (#895)
add 66eb044 Merge remote-tracking branch 'upstream/master' into master1
add 4d62652 Use a batched style to get series type in PhysicalGenerator,
TSServiceImpl and ConcatPathOptimizer
add c45ca7f Merge branch 'batch_method_calls_0' into cluster_new
No new revisions were added by this update.
Summary of changes:
.../iotdb/hadoop/fileSystem/HDFSConfUtil.java | 5 +-
.../exception/query/LogicalOperatorException.java | 5 +
.../exception/query/LogicalOptimizeException.java | 5 +
.../main/java/org/apache/iotdb/db/qp/Planner.java | 4 +
.../db/qp/logical/crud/BasicFunctionOperator.java | 8 +-
.../iotdb/db/qp/logical/crud/FilterOperator.java | 31 ++++--
.../iotdb/db/qp/logical/crud/InOperator.java | 8 +-
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 69 +++++++++----
.../qp/strategy/optimizer/ConcatPathOptimizer.java | 13 ++-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 25 +++--
.../org/apache/iotdb/db/utils/SchemaUtils.java | 113 +++++++++++++--------
11 files changed, 199 insertions(+), 87 deletions(-)