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 4d09893 commit bb43b2aCopy full SHA for bb43b2a
sql/planbuilder/set_op.go
@@ -232,7 +232,7 @@ func colIdsForRel(n sql.Node) []sql.ColumnId {
232
if setOp, ok := n.(*plan.SetOp); ok {
233
return colIdsForRel(setOp.Left())
234
}
235
-
+
236
cols := n.Columns()
237
if tn, ok := n.(sql.TableNode); ok {
238
if pkt, ok := tn.UnderlyingTable().(sql.PrimaryKeyTable); ok && len(pkt.PrimaryKeySchema().Schema) != len(n.Schema()) {
0 commit comments