You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error sql: SELECT ( 4, 5 ) IN ( SELECT 8 , 0 UNION SELECT 8, 8 ) AS field1 FROM ( D AS table1 RIGHT OUTER JOIN V AS table2 ON (table2 . col_varchar_binary = table1 . col_varchar_binary_key ) ) WHERE ( EXISTS ( SELECT SUBQUERY2_t1 . col_decimal_key AS SUBQUERY2_field1 FROM K AS SUBQUERY2_t1 ) ) OR ( table1 . col_varchar_binary_key >= 'm' OR table1 . col_varchar_binary_key IN ('m') ) GROUP BY field1 ;
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
source test.txt
error sql:
SELECT ( 4, 5 ) IN ( SELECT 8 , 0 UNION SELECT 8, 8 ) AS field1 FROM ( D AS table1 RIGHT OUTER JOIN V AS table2 ON (table2 . col_varchar_binary = table1 . col_varchar_binary_key ) ) WHERE ( EXISTS ( SELECT SUBQUERY2_t1 . col_decimal_key AS SUBQUERY2_field1 FROM K AS SUBQUERY2_t1 ) ) OR ( table1 . col_varchar_binary_key >= 'm' OR table1 . col_varchar_binary_key IN ('m') ) GROUP BY field1 ;
2. What did you expect to see? (Required)
no error
3. What did you see instead (Required)
sql returns error: "Can't find column Column#81 in schema Column: [] PKOrUK: [] NullableUK: []"
4. What is your TiDB version? (Required)
tidb version: e53ec59
The text was updated successfully, but these errors were encountered: