Skip to content

Commit

Permalink
Merge pull request #47157 from yuzefovich/backport20.1-47130
Browse files Browse the repository at this point in the history
release-20.1: logictest: fix error matching in vectorize_types test
  • Loading branch information
yuzefovich authored Apr 8, 2020
2 parents b47493f + 048b1d4 commit 088ce9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/vectorize_types
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ INSERT INTO skip_unneeded_cols VALUES ('63616665-6630-3064-6465-616462656562', 1
statement ok
SET vectorize=experimental_always

statement error pq: unable to vectorize execution plan: unhandled type int\[\]
statement error .*(unhandled|unsupported) type int\[\]
SELECT _unsupported1 FROM skip_unneeded_cols

query IBB
Expand Down

0 comments on commit 088ce9f

Please sign in to comment.