Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Nov 6, 2024
1 parent 6f77808 commit 48f22a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/qrouter/proxy_routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ func (qr *ProxyQrouter) CheckTableIsRoutable(ctx context.Context, node *lyx.Crea
for _, elt := range node.TableElts {
// hashing function name unneeded for sharding rules matching purpose
switch q := elt.(type) {
case *lyx.ColumnRef:
case *lyx.TableElt:
entries[q.ColName] = struct{}{}
}
}
Expand Down

0 comments on commit 48f22a0

Please sign in to comment.