This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 0b5c056 fix test
add adbe566 fix InsertPlan serialization
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/cluster/ClientMain.java | 4 +-
.../cluster/query/ClusterPlanExecutorTest.java | 4 +-
.../engine/storagegroup/StorageGroupProcessor.java | 5 +-
.../iotdb/db/qp/physical/crud/InsertPlan.java | 36 ++++++++-
.../iotdb/db/query/executor/LastQueryExecutor.java | 11 ++-
.../apache/iotdb/db/qp/plan/SerializationTest.java | 88 ++++++++++++++++++++++
6 files changed, 134 insertions(+), 14 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/qp/plan/SerializationTest.java