This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 6eeb91b7666 Fix the problem that fault a Exception named
"java.nio.BufferUnderflowException" when AlterTimeSeriesDataTypeProcedure
deserialize (#17062)
add 129c0d61c3f Pipe: Fixed the missing privilege check of aligned series
in tsFile scan parser & Fixed the missed parsing of insertNode privilege
(#17055)
No new revisions were added by this update.
Summary of changes:
.../treemodel/manual/IoTDBPipePermissionIT.java | 14 ++
.../org/apache/iotdb/db/auth/AuthorityChecker.java | 2 +
.../common/deletion/PipeDeleteDataNodeEvent.java | 1 +
.../tablet/PipeInsertNodeTabletInsertionEvent.java | 15 +-
.../scan/TsFileInsertionEventScanParser.java | 157 ++++++++++-----------
.../pipe/event/PipeTsFileInsertionEventTest.java | 3 +
.../pipe/event/TsFileInsertionEventParserTest.java | 4 +-
.../iotdb/commons/pipe/event/EnrichedEvent.java | 5 +
8 files changed, 110 insertions(+), 91 deletions(-)