This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a change to branch force_ci/support_schema_evolution
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 6dc63c0f2e2 fix test
     add bd0aa3b46f5 support async load with datanode directory
     add 66c07400241 forbids renaming Object column or tables with Object column

No new revisions were added by this update.

Summary of changes:
 .../relational/it/db/it/IoTDBLoadTsFileIT.java     | 63 +++++++++++++++++++---
 .../manager/schema/ClusterSchemaManager.java       | 26 ++++++++-
 .../plan/analyze/load/LoadTsFileAnalyzer.java      | 10 +++-
 .../plan/planner/LogicalPlanVisitor.java           |  3 +-
 .../plan/node/load/LoadSingleTsFileNode.java       | 12 ++++-
 .../planner/plan/node/load/LoadTsFileNode.java     | 11 ++--
 .../plan/relational/planner/RelationPlanner.java   |  4 +-
 .../load/active/ActiveLoadDirScanner.java          | 18 +++++--
 .../load/active/ActiveLoadPendingQueue.java        |  6 +++
 .../load/active/ActiveLoadTsFileLoader.java        | 50 ++++++++++++++---
 .../plan/planner/node/load/LoadTsFileNodeTest.java | 12 ++++-
 11 files changed, 187 insertions(+), 28 deletions(-)

Reply via email to