This is an automated email from the ASF dual-hosted git repository.
Wei-hao-Li pushed a change to branch mvTableScanNode
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from f099119df10 fix
add 38ea60e04f9 [AINode] Eliminate transformers registered and fix build
bug (#17615)
add eea7e65c74d Refactor: Renamed the remaining id columns to tag (#17582)
add 64d05cb78c2 fix conflict
No new revisions were added by this update.
Summary of changes:
.../iotdb/ainode/it/AINodeModelManageIT.java | 10 -
iotdb-client/client-cpp/src/main/Session.cpp | 16 +-
iotdb-client/client-cpp/src/main/Session.h | 10 +-
iotdb-core/ainode/build_binary.py | 237 +--------------------
.../ainode/iotdb/ainode/core/model/model_info.py | 8 -
.../iotdb/ainode/core/model/model_storage.py | 210 +-----------------
.../schema/source/DevicePredicateHandler.java | 6 +-
.../schema/source/TableDeviceFetchSource.java | 8 +-
.../db/queryengine/plan/analyze/AnalyzeUtils.java | 32 +--
.../schema/CheckSchemaPredicateVisitor.java | 6 +-
.../ConvertSchemaPredicateToFilterVisitor.java | 30 +--
.../schema/ExtractPredicateColumnNameVisitor.java | 2 +-
.../metadata/fetcher/SchemaPredicateUtil.java | 16 +-
.../metadata/fetcher/TableDeviceSchemaFetcher.java | 10 +-
.../plan/relational/planner/RelationPlanner.java | 4 +-
.../planner/node/DeviceTableScanNode.java | 2 +-
.../PushAggregationIntoTableScan.java | 6 +-
17 files changed, 80 insertions(+), 533 deletions(-)