You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2022/04/23 07:55:11 UTC

[iotdb] branch iotdb-2989 updated (36620fc229 -> c7a8e3c92d)

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

rong pushed a change to branch iotdb-2989
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 36620fc229 new deser
     add 949abc4294 [IOTDB-2979] Optimize the serialization and deserialization of thrift data structures (#5637)
     add a27cd2e58b [IOTDB-2984] RatisConsensus Recovery Logic (#5648)
     add 9066fb72d7 Merge branch 'master' of github.com:apache/iotdb into iotdb-2989
     add c7a8e3c92d fix compile-error

No new revisions were added by this update.

Summary of changes:
 .../iotdb/consensus/ratis/RatisConsensus.java      | 150 +++++++--------------
 .../iotdb/consensus/ratis/RatisConsensusTest.java  |   7 +-
 .../exception/runtime/ThriftSerDeException.java    |   9 +-
 .../commons/utils/ThriftCommonsSerDeUtils.java     | 147 +++++++++++---------
 .../commons/utils/ThriftConfigNodeSerDeUtils.java  |  72 ++++------
 .../statement/component/FilterNullComponent.java   |   5 +-
 .../iotdb/db/query/expression/Expression.java      |   2 +-
 .../query/expression/binary/BinaryExpression.java  |   2 +-
 .../db/query/expression/unary/ConstantOperand.java |   2 +-
 .../query/expression/unary/FunctionExpression.java |   2 +-
 .../query/expression/unary/LogicNotExpression.java |   2 +-
 .../query/expression/unary/NegationExpression.java |   2 +-
 .../query/expression/unary/RegularExpression.java  |   2 +-
 .../query/expression/unary/TimeSeriesOperand.java  |   2 +-
 .../node/process/GroupByLevelNodeSerdeTest.java    |   2 +-
 .../sql/plan/node/process/LimitNodeSerdeTest.java  |   2 +-
 .../iotdb/db/service/InternalServiceImplTest.java  |   4 +
 17 files changed, 185 insertions(+), 229 deletions(-)
 copy cluster/src/main/java/org/apache/iotdb/cluster/exception/LogExecutionException.java => node-commons/src/main/java/org/apache/iotdb/commons/exception/runtime/ThriftSerDeException.java (80%)