Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosh44 committed Aug 3, 2022
1 parent 6d58441 commit 38034a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testdrive/csv-sources.td
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ contains:Expected a list of columns in parentheses, found EOF
# since the definition of "static" means "will never change again".
$ set-regex match=(\d{13}|u\d{1,3}) replacement=<>
> EXPLAIN TIMESTAMP FOR SELECT * FROM static_csv
" timestamp: <>\n since:[<>]\n upper:[]\n has table: false\n\nsource materialize.public.static_csv (<>, storage):\n read frontier:[<>]\nwrite frontier:[]\n"
" timestamp: <>\n since:[<>]\n upper:[]\n has table: false\n\nsource materialize.public.mismatched_column_count (<>, storage):\n read frontier:[<>]\nwrite frontier:[]\n\nsource materialize.public.matching_column_names (<>, storage):\n read frontier:[<>]\nwrite frontier:[]\n\nsource materialize.public.matching_column_names_alias (<>, storage):\n read frontier:[<>]\nwrite frontier:[]\n\nsource materialize.public.mismatched_column_names (<>, storage):\n read frontier:[<>]\nwrite frontier:[]\n\nsource materialize.public.mismatched_column_names_count (<>, storage):\n read frontier:[<>]\nwrite frontier:[]\n\nsource materialize.public.static_csv (<>, storage):\n read frontier:[<>]\nwrite frontier:[]\n"

# Static CSV with manual headers.
> CREATE SOURCE static_csv_manual_header (city_man, state_man, zip_man)
Expand Down

0 comments on commit 38034a8

Please sign in to comment.