This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-66116-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 685d735e978 branch-4.1: [fix](fe) Prevent unsafe CTE runtime filter
pushdown #65247 (#66730)
add d3d9ef537c0 [fix](show) apply ORDER BY and LIMIT correctly to SHOW
TABLETS (#65871) (#66116)
No new revisions were added by this update.
Summary of changes:
.../org/apache/doris/common/util/SortAndLimit.java | 57 ++++++++++++++++
.../commands/ShowTabletsFromTableCommand.java | 67 ++++++++++--------
.../apache/doris/common/util/SortAndLimitTest.java | 79 ++++++++++++++++++++++
.../suites/show_p0/test_show_tablet.groovy | 69 +++++++++++++++++++
4 files changed, 242 insertions(+), 30 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/common/util/SortAndLimit.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/common/util/SortAndLimitTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]