executor: global index join returns wrong result #42065
Labels
feature/developing
the related feature is in development
sig/sql-infra
SIG: SQL Infra
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)
set
enable-global-index=true
in config/config.toml.example2. What did you expect to see? (Required)
The first select result: 1 3 1 3
The second select result: 1
3. What did you see instead (Required)
The first select result: empty set
The second select result: empty set
4. What is your TiDB version? (Required)
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Release Version: v6.7.0-alpha-205-g29adb0aa8-dirty
Edition: Community
Git Commit Hash: 29adb0a
Git Branch: HEAD
UTC Build Time: 2023-03-09 09:40:00
GoVersion: go1.19.4
Race Enabled: false
TiKV Min Version: 6.2.0-alpha
Check Table Before Drop: false
Store: unistore |
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
The text was updated successfully, but these errors were encountered: