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

haonan pushed a change to branch try_TBinaryProtocolAccelerated
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 966fda7ca5a optimize some tablet code
     add 6cbe5f0d577 [IOTDB-6165] Pipe: cache device metadata in TsFile reader 
to avoid redundant IO (#11186)
     add a9093c29250 [ISSUE-11199] Pipe: fix NPE when casting from null values 
in InsertRowNode deserialization (#11200)
     add 10a0614dcf3 Pipe: fix NPE in PipeEnrichedInsertBaseStatement#isQuery 
when analyzing statement in metadata mismatch scenarios (#11203)
     add 8a845dd05b4 Sl fix auth bugs
     add ee988e97e64 Merge branch 'master' of github.com:apache/iotdb into 
try_TBinaryProtocolAccelerated
     add d717b78b310 TCompactProtocolAccelerated

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/it/auth/IoTDBAuthIT.java   |  4 +-
 .../apache/iotdb/pipe/it/IoTDBPipeDataSyncIT.java  | 62 ++++++++++++++++++++++
 iotdb-client/client-py/iotdb/Session.py            |  2 +-
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |  1 -
 .../iotdb/confignode/manager/ProcedureManager.java |  3 +-
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |  8 ++-
 .../tsfile/TsFileInsertionDataContainer.java       |  2 +-
 .../crud/PipeEnrichedInsertBaseStatement.java      |  3 +-
 .../metadata/view/CreateLogicalViewStatement.java  | 27 +++++++---
 .../plan/statement/sys/AuthorStatement.java        | 13 +++--
 .../org/apache/iotdb/db/utils/CommonUtils.java     |  7 +++
 .../auth/authorizer/LocalFileAuthorizerTest.java   |  5 ++
 .../db/auth/user/LocalFileUserManagerTest.java     |  4 +-
 .../plan/parser/StatementGeneratorTest.java        | 26 +++++++++
 .../iotdb/commons/auth/user/BasicUserManager.java  |  8 +--
 .../org/apache/iotdb/commons/utils/AuthUtils.java  |  4 +-
 .../apache/iotdb/commons/utils/AuthUtilsTest.java  |  2 +
 17 files changed, 155 insertions(+), 26 deletions(-)

Reply via email to