morningman opened a new pull request, #67557: URL: https://github.com/apache/doris/pull/67557
Cherry-picked from #67487 ### Backport notes `LogicalResultSinkToShortCircuitPointQuery` and the `StmtExecutor` comment carry the upstream change; the rule keeps this branch's `private` signature for `scanMatchShortCircuitCondition`, since nothing on branch-4.1 calls it directly (upstream made it package-private for a different test, added by a PR that is not on this branch). `ShortCircuitPointQueryTest` does not carry the later master cases here, so it has no `rewrite(sql)` helper. The helper is added with the same body as upstream and the new case uses it; the existing case is untouched. The regression suite `arrow_flight_sql_p0/test_point_query_over_arrow_flight.groovy` applied cleanly. ### Merge order Touches the same `StmtExecutor` comment as the backport of #67504. Merging this one first keeps that one conflict-free; the other way round leaves a trivial comment conflict. There is no code dependency either way. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01DzUYFcGHQH3bnLGCjpncVj -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
