Skip to content

Commit 28f683a

Browse files
committed
Merge branch 'angela/union' of https://github.com/dolthub/go-mysql-server into angela/union
2 parents f5a6e86 + d66cd13 commit 28f683a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/planbuilder/set_op.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ package planbuilder
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/go-mysql-server/sql/types"
2019
"reflect"
2120

2221
ast "github.com/dolthub/vitess/go/vt/sqlparser"
@@ -25,6 +24,7 @@ import (
2524
"github.com/dolthub/go-mysql-server/sql/expression"
2625
"github.com/dolthub/go-mysql-server/sql/plan"
2726
"github.com/dolthub/go-mysql-server/sql/transform"
27+
"github.com/dolthub/go-mysql-server/sql/types"
2828
)
2929

3030
func hasRecursiveCte(node sql.Node) bool {

0 commit comments

Comments
 (0)