mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 11:31:37 -05:00
Update bats/sql.bats simple join test for IndexedJoin.
This commit is contained in:
+1
-1
@@ -569,7 +569,7 @@ SQL
|
||||
@test "explain simple join" {
|
||||
run dolt sql -q "explain select op.pk,pk1,pk2 from one_pk,two_pk join one_pk as op on op.pk=pk1"
|
||||
[ $status -eq 0 ]
|
||||
[[ "$output" =~ "InnerJoin" ]] || false
|
||||
[[ "$output" =~ "IndexedJoin" ]] || false
|
||||
}
|
||||
|
||||
@test "sql replace count" {
|
||||
|
||||
Reference in New Issue
Block a user