-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong query result of Apply operator when late materialization is enable #51204
Closed
Lloyd-Pottiger opened this issue
Feb 20, 2024
· 5 comments
· Fixed by #51205 or pingcap/tiflash#8782
Closed
Wrong query result of Apply operator when late materialization is enable #51204
Lloyd-Pottiger opened this issue
Feb 20, 2024
· 5 comments
· Fixed by #51205 or pingcap/tiflash#8782
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
component/tiflash
report/customer
Customers have encountered this bug.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
This was referenced Feb 20, 2024
/label affects-7.5 |
/label affects-7.1 |
ti-chi-bot
bot
added
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
labels
Feb 21, 2024
windtalker
removed
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
labels
Feb 21, 2024
Another similar fixed case #49241 |
The execution plan of this query. There is an "Apply_24" operator in the execution plan that satisfies parallel apply and triggers this bug.
|
This was referenced Feb 21, 2024
12 tasks
wuhuizuo
pushed a commit
to PingCAP-QE/artifacts
that referenced
this issue
May 20, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pingcap/tiflash](https://github.com/pingcap/tiflash) | major | `v7.6.0` -> `v8.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pingcap/tiflash (pingcap/tiflash)</summary> ### [`v8.0.0`](https://github.com/pingcap/tiflash/releases/tag/v8.0.0): TiFlash v8.0.0 [Compare Source](https://github.com/pingcap/tiflash/compare/v7.6.0...v8.0.0) For new features, improvements, and bug fixes released in 8.0.0 for tiflash, see [TiDB 8.0.0 release notes](https://docs.pingcap.com/tidb/v8.0/release-8.0.0/). See the difference from the issue perspective: <details> - pingcap/tiflash#8510 - [#​8382](https://github.com/pingcap/tiflash/issues/8382) - [#​8697](https://github.com/pingcap/tiflash/issues/8697) - [#​8685](https://github.com/pingcap/tiflash/issues/8685) - [#​8703](https://github.com/pingcap/tiflash/issues/8703) - [#​8712](https://github.com/pingcap/tiflash/issues/8712) - [#​8715](https://github.com/pingcap/tiflash/issues/8715) - [#​8710](https://github.com/pingcap/tiflash/issues/8710) - [#​8419](https://github.com/pingcap/tiflash/issues/8419) - [#​8695](https://github.com/pingcap/tiflash/issues/8695) - [#​8688](https://github.com/pingcap/tiflash/issues/8688) - [#​8351](https://github.com/pingcap/tiflash/issues/8351) - [#​8323](https://github.com/pingcap/tiflash/issues/8323), close [#​8504](https://github.com/pingcap/tiflash/issues/8504) - [#​8351](https://github.com/pingcap/tiflash/issues/8351) - [#​8711](https://github.com/pingcap/tiflash/issues/8711) - [#​8351](https://github.com/pingcap/tiflash/issues/8351) - [#​8751](https://github.com/pingcap/tiflash/issues/8751) - [#​8674](https://github.com/pingcap/tiflash/issues/8674) - [#​8765](https://github.com/pingcap/tiflash/issues/8765) - [#​8768](https://github.com/pingcap/tiflash/issues/8768) - [pingcap/tidb#51204](https://github.com/pingcap/tidb/issues/51204) - [#​8777](https://github.com/pingcap/tiflash/issues/8777) - [#​8691](https://github.com/pingcap/tiflash/issues/8691) - [#​8796](https://github.com/pingcap/tiflash/issues/8796) - [#​8799](https://github.com/pingcap/tiflash/issues/8799) - [#​8806](https://github.com/pingcap/tiflash/issues/8806) - [#​8824](https://github.com/pingcap/tiflash/issues/8824) - [#​8826](https://github.com/pingcap/tiflash/issues/8826) - [#​8843](https://github.com/pingcap/tiflash/issues/8843) - [#​8837](https://github.com/pingcap/tiflash/issues/8837) - [#​8589](https://github.com/pingcap/tiflash/issues/8589) </details> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PingCAP-QE/artifacts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
/found customer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
component/tiflash
report/customer
Customers have encountered this bug.
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: