-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Why do join and filters get errors? #19645
Copy link
Copy link
Closed
Labels
bugConfirmed user-visible misbehaviour in official releaseConfirmed user-visible misbehaviour in official releasecomp-joinsJOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...JOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...comp-mysqlMySQL-specific integration (table engine/function/protocol mapping).MySQL-specific integration (table engine/function/protocol mapping).duplicate
Description
select
"T_8FB5CF"."id1" "__fcol_0",
"T_8FB5CF"."id2" "__fcol_1",
"T_8FB5CF"."id3" "__fcol_2",
"T_8FB5CF"."id4" "__fcol_3",
"T_8FB5CF"."id5" "__fcol_4",
"T_8FB5CF"."date" "__fcol_5",
"T_8FB5CF"."shuzhi" "__fcol_6",
"T_8FB5CF"."数值2" "__fcol_7"
from "A1"."B" "T_8FB5CF"
left outer join "A1"."A" "T_8C7546"
on "T_8FB5CF"."id2" = "T_8C7546"."id2"
where (
"T_8C7546"."id2" = ''
or "T_8C7546"."id2" is null
)
limit 5000
ClickHouse exception, code: 47, host: 192.168.5.67, port: 8123; Code: 47, e.displayText() = DB::Exception: Missing columns: 'T_8C7546.id2' while processing query: '(T_8C7546.id2 = '') OR isNull(T_8C7546.id2)', required columns: 'T_8C7546.id2', source columns: '数值2' 'shuzhi' 'date' 'id5' 'id3' 'id2' 'id4' 'id1' (version 20.5.4.40)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugConfirmed user-visible misbehaviour in official releaseConfirmed user-visible misbehaviour in official releasecomp-joinsJOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...JOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...comp-mysqlMySQL-specific integration (table engine/function/protocol mapping).MySQL-specific integration (table engine/function/protocol mapping).duplicate

