-
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
nil pointer error #55666
Labels
affects-5.1
This bug affects 5.1.x versions.
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
impact/panic
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Comments
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
may-affects-7.1
may-affects-7.5
may-affects-8.1
labels
Aug 27, 2024
jebter
added
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
labels
Aug 27, 2024
ti-chi-bot
bot
removed
may-affects-6.5
may-affects-7.1
may-affects-8.1
may-affects-7.5
labels
Aug 27, 2024
+-------------------------------------+----------+-----------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| id | estRows | task | access object | operator info |
+-------------------------------------+----------+-----------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Delete_45 | N/A | root | | N/A |
| └─HashJoin_66 | 45.00 | root | | inner join, equal:[eq(test.table_abc3.column_abc5, test.table_abc4.column_abc5)] |
| ├─HashAgg_71(Build) | 36.00 | root | | group by:test.table_abc4.column_abc5, funcs:firstrow(test.table_abc4.column_abc5)->test.table_abc4.column_abc5 |
| │ └─HashJoin_73 | 36.00 | root | | inner join, equal:[eq(test.table_abc1.column_abc3, test.table_abc4.column_abc3)] |
| │ ├─HashAgg_74(Build) | 28.80 | root | | group by:Column#69, test.table_abc1.column_abc1, test.table_abc1.column_abc2, test.table_abc1.column_abc3, funcs:firstrow(test.table_abc1.column_abc3)->test.table_abc1.column_abc3 |
| │ │ └─Selection_75 | 32.00 | root | | not(isnull(test.table_abc1.column_abc3)) |
| │ │ └─CTEFullScan_76 | 40.00 | root | CTE:tree_cte | data:CTE_2 |
| │ └─TableReader_79(Probe) | 9980.01 | root | | data:Selection_78 |
| │ └─Selection_78 | 9980.01 | cop[tikv] | | not(isnull(test.table_abc4.column_abc3)), not(isnull(test.table_abc4.column_abc5)) |
| │ └─TableFullScan_77 | 10000.00 | cop[tikv] | table:e | keep order:false, stats:pseudo |
| └─TableReader_70(Probe) | 9990.00 | root | | data:Selection_69 |
| └─Selection_69 | 9990.00 | cop[tikv] | | not(isnull(test.table_abc3.column_abc5)) |
| └─TableFullScan_68 | 10000.00 | cop[tikv] | table:t_abc3 | keep order:false, stats:pseudo |
| CTE_2 | 40.00 | root | | Recursive CTE |
| ├─Projection_47(Seed Part) | 20.00 | root | | test.table_abc1.column_abc1, test.table_abc1.column_abc2, test.table_abc1.column_abc3, 0->Column#52 |
| │ └─TableReader_50 | 20.00 | root | | data:Selection_49 |
| │ └─Selection_49 | 20.00 | cop[tikv] | | in(test.table_abc1.column_abc1, "KTL157", "KTL159") |
| │ └─TableFullScan_48 | 10000.00 | cop[tikv] | table:t | keep order:false, stats:pseudo |
| └─Projection_54(Recursive Part) | 20.00 | root | | test.table_abc1.column_abc1, test.table_abc1.column_abc2, test.table_abc1.column_abc3, cast(plus(Column#60, 1), bigint(1) BINARY)->Column#65 |
| └─Projection_55 | 20.00 | root | | test.table_abc1.column_abc1, test.table_abc1.column_abc2, test.table_abc1.column_abc3, Column#60 |
| └─HashJoin_57 | 20.00 | root | | inner join, equal:[eq(test.table_abc1.column_abc2, test.table_abc1.column_abc1)] |
| ├─Selection_58(Build) | 16.00 | root | | le(Column#60, 1), not(isnull(test.table_abc1.column_abc2)) |
| │ └─CTETable_59 | 20.00 | root | | Scan on CTE_2 |
| └─TableReader_62(Probe) | 9990.00 | root | | data:Selection_61 |
| └─Selection_61 | 9990.00 | cop[tikv] | | not(isnull(test.table_abc1.column_abc1)) |
| └─TableFullScan_60 | 10000.00 | cop[tikv] | table:t | keep order:false, stats:pseudo |
+-------------------------------------+----------+-----------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
13 tasks
time-and-fate
added
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-5.1
This bug affects 5.1.x versions.
and removed
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
labels
Aug 30, 2024
This was referenced Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.1
This bug affects 5.1.x versions.
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
impact/panic
severity/major
sig/planner
SIG: Planner
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)
no error
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
nightly
The text was updated successfully, but these errors were encountered: