This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch TableModelIngestion5
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 6742285bcfb Clearify error message
add 11887b2091b Support "with (TTL='INF')" specification in table creation
add b778b0f97d4 Fix cnf problem and output node column index
add f75c3535ffe support cli print empty result without any column
add d3bf81a6fc8 Support memory control in index scan
new 5a4865d23a5 Merge branch 'ty/TableModelGrammar' into
TableModelIngestion5
The 1 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:
.../alignbydevice/IoTDBAlignByDeviceTableIT.java | 42 +++++++++++++++++++
.../iotdb/relational/it/schema/IoTDBTableIT.java | 3 +-
.../java/org/apache/iotdb/cli/AbstractCli.java | 8 ++--
.../queryengine/common/header/DatasetHeader.java | 18 ++++++++
.../execution/config/TableConfigTaskVisitor.java | 13 +++++-
.../plan/planner/TableOperatorGenerator.java | 27 +-----------
.../planner/distribution/DistributionPlanner.java | 3 +-
.../plan/planner/plan/DistributedQueryPlan.java | 20 +++------
.../PredicateCombineIntoTableScanChecker.java | 3 +-
.../PredicatePushIntoMetadataChecker.java | 3 +-
.../metadata/fetcher/TableDeviceSchemaFetcher.java | 7 ++--
.../distribute/TableDistributedPlanner.java | 49 ++++++++++++----------
.../optimizations/PushPredicateIntoTableScan.java | 6 +--
.../plan/relational/analyzer/AnalyzerTest.java | 45 ++++++++++++++++----
.../apache/iotdb/commons/schema/table/TsTable.java | 10 +++--
15 files changed, 163 insertions(+), 94 deletions(-)