This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a change to branch read_tsfile_table_function
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 5f793e7df1c fix compile
add 8393ebcd340 fix conflict table name
No new revisions were added by this update.
Summary of changes:
.../db/queryengine/common/MPPQueryContext.java | 7 ++--
.../read_tsfile/ExternalTsFileQueryResource.java | 15 +++++++-
.../plan/relational/planner/RelationPlanner.java | 3 +-
.../distribute/TableDistributedPlanGenerator.java | 17 ++++++++-
.../planner/optimizations/ParallelizeGrouping.java | 18 ++++++++--
.../PushAggregationIntoTableScan.java | 42 ++++++++++++----------
.../PushLimitOffsetIntoTableScan.java | 18 ++++++++--
.../optimizations/TransformSortToStreamSort.java | 18 ++++++++--
.../ExternalTsFileQueryResourceTest.java | 2 +-
9 files changed, 108 insertions(+), 32 deletions(-)