This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch TableModelIngestion
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 047eea5303d spotless
add a3a01cdc21e fix new plan serialization fix not updating cache when
fetching schema partition with only database
No new revisions were added by this update.
Summary of changes:
.../iotdb/session/it/IoTDBSessionRelationalIT.java | 11 ++
.../plan/analyze/ClusterPartitionFetcher.java | 17 ++-
.../plan/planner/plan/node/PlanNodeType.java | 12 ++
.../node/metedata/read/TableDeviceQueryNode.java | 15 +-
.../planner/plan/node/write/InsertRowNode.java | 60 ++++++--
.../planner/plan/node/write/InsertRowsNode.java | 16 +-
.../planner/plan/node/write/InsertTabletNode.java | 18 ++-
.../plan/node/write/RelationalInsertRowNode.java | 123 ++++++++++++++--
.../plan/node/write/RelationalInsertRowsNode.java | 45 +++++-
.../node/write/RelationalInsertTabletNode.java | 67 ++++++++-
.../node/write/InsertRowsNodeSerdeTest.java | 161 ++++++++++++++++++++-
.../node/write/InsertTabletNodeSerdeTest.java | 158 ++++++++++++++++++++
.../schema/table/column/TsTableColumnCategory.java | 4 +
13 files changed, 659 insertions(+), 48 deletions(-)