We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90a57e commit b124089Copy full SHA for b124089
sql/analyzer/indexed_joins.go
@@ -574,7 +574,7 @@ func convertAntiToLeftJoin(m *memo.Memo) error {
574
sch := srcNode.Schema()
575
var table sql.Table
576
var node sql.Node = srcNode
577
- if ta, ok := srcNode.(*plan.TableAlias); ok {
+ if ta, ok := node.(*plan.TableAlias); ok {
578
node = ta.Child
579
}
580
if tw, ok := node.(sql.TableNode); ok {
0 commit comments