Skip to content
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

Randgen:ERROR 1105 (HY000) at line 1: other error for mpp stream: DB::Exception: Method getDataAt is not supported for Nullable(Int32) #1462

Closed
Tracked by #1468
fzhedu opened this issue Feb 24, 2021 · 1 comment
Labels
plan bugs related to plans severity/major type/bug The issue is confirmed as a bug.

Comments

@fzhedu
Copy link
Contributor

fzhedu commented Feb 24, 2021

reproduce env:
mysql -h 172.16.5.85 -P 53324 -u root -D no_subquery200000

tiup cluster nightly of 2021-2-18

SELECT    table2 . `col_int_not_null_key` AS field1 , table2 . `col_varchar_binary_not_null_key` AS field2 FROM ( B AS table1 LEFT  JOIN C AS table2 ON (( table2 . `pk` = table1 . `pk` ) AND ( table2 . `pk` >= table1 . `col_int_key` ) ) )   GROUP BY field1, field2  ;

ERROR 1105 (HY000) at line 1: other error for mpp stream: DB::Exception: Method getDataAt is not supported for Nullable(Int32)

@fzhedu fzhedu added the type/bug The issue is confirmed as a bug. label Feb 24, 2021
@fzhedu
Copy link
Contributor Author

fzhedu commented Mar 15, 2021

solved by pingcap/tidb#23172 pingcap/tidb#23237

@fzhedu fzhedu closed this as completed Mar 15, 2021
@fzhedu fzhedu added the plan bugs related to plans label Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plan bugs related to plans severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

2 participants