This is an automated email from the ASF dual-hosted git repository.
zclll pushed a change to branch tpc_preview4
in repository https://gitbox.apache.org/repos/asf/doris.git
omit df02946fe26 support stream agg topn
omit 9a980895355 fix query error
omit 1432172e29b contine page
omit 9a33e3ec66d Revert "use bitshuffle to decoding"
omit ae0e410294b use bitshuffle to decoding
omit 69297e76312 plain lz4 null page encode
omit 3cc5165d3d3 change the null map encode
add e5bd39a5328 [fix](pkfk)add agg shuffle key var and pick drop pk
(#59384)
add 49d4af3d088 change the null map encode
add 2a7881ea9a8 plain lz4 null page encode
add d3dfae5ac0a use bitshuffle to decoding
add ebea32d255a Revert "use bitshuffle to decoding"
add 59d8b3d5ecf contine page
add 2771e6aeafa fix query error
add afc9ac198a0 support stream agg topn
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 (df02946fe26)
\
N -- N -- N refs/heads/tpc_preview4 (afc9ac198a0)
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:
.../java/org/apache/doris/catalog/TableIf.java | 58 +++++++++++++++++++--
.../catalog/constraint/ForeignKeyConstraint.java | 11 ++++
.../catalog/constraint/PrimaryKeyConstraint.java | 4 ++
.../doris/catalog/constraint/TableIdentifier.java | 2 +-
.../apache/doris/datasource/InternalCatalog.java | 1 +
.../java/org/apache/doris/nereids/PlanContext.java | 4 ++
.../nereids/properties/RequestPropertyDeriver.java | 8 ++-
.../plans/commands/DropConstraintCommand.java | 22 ++++----
.../java/org/apache/doris/qe/SessionVariable.java | 5 ++
.../nereids_p0/pkfk/test_pk_fk_drop_table.groovy | 59 ++++++++++++++++++++++
10 files changed, 158 insertions(+), 16 deletions(-)
create mode 100644
regression-test/suites/nereids_p0/pkfk/test_pk_fk_drop_table.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]