This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch cp-206
in repository https://gitbox.apache.org/repos/asf/iotdb.git
discard d8c0bdb0c23 Pipe: Improved the total performance by disable some
useless logic
discard 5a16bddff5e Optimized the lock for encoding & compressor's invalidate
cache (#16733)
discard 7816ace0b43 Fixed the procedure has_more_state bug & Fixed the IT for
encoding & compressor (#16729)
discard bdb17d61e0f Changed the SQL of AlterEncodingCompressor statement &
banned the "root" timeSeries & handled the empty intersection path & refactored
the IT (#16725)
discard 96545209e78 [TIMECHODB] Handle audit
discard b99e2658702 [TIMECHODB] Compile
discard e4a529b297a priv-parser
add 50868356e42 Changed the SQL of AlterEncodingCompressor statement &
banned the "root" timeSeries & handled the empty intersection path & refactored
the IT (#16725)
add 27e561a0464 Fixed the procedure has_more_state bug & Fixed the IT for
encoding & compressor (#16729)
add 5cfbc3c5008 Optimized the lock for encoding & compressor's invalidate
cache (#16733)
add 4742506a618 Pipe: Improved the total performance by disable some
useless logic
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d8c0bdb0c23)
\
N -- N -- N refs/heads/cp-206 (4742506a618)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../receiver/protocol/IoTDBConfigNodeReceiver.java | 11 +++++++
...eConfigPhysicalPlanTreePatternParseVisitor.java | 2 +-
.../schema/AlterEncodingCompressorProcedure.java | 14 ++++-----
.../queryengine/plan/analyze/AnalyzeVisitor.java | 2 +-
.../metadata/AlterEncodingCompressorStatement.java | 34 ----------------------
5 files changed, 19 insertions(+), 44 deletions(-)