Support reading wildcard tables in BigQuery#12428
Conversation
hashhar
left a comment
There was a problem hiding this comment.
Should we now document that specific types of tables will use BigQuery compute for querying instead of Storage API?
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryConnectorTest.java
Outdated
Show resolved
Hide resolved
98ea1c0 to
389b23a
Compare
|
Marked this as |
There was a problem hiding this comment.
Before the change, could a user create a table with asterisk in its name?
There was a problem hiding this comment.
No. Table name must be alphanumeric and underscores.
There was a problem hiding this comment.
what's the top-level exception being raised? add assertion on it's message
There was a problem hiding this comment.
add tests with INSERT, ADD COLUMN, RENAME
There was a problem hiding this comment.
Fixed to throw an exception explicitly and added some cases.
389b23a to
a65cf5f
Compare
a65cf5f to
4b8899a
Compare
|
Just rebased on upstream to resolve conflicts. |
Description
Documentation
( ) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
(x) Documentation issue #12432 is filed, and can be handled later.
Release notes
( ) No release notes entries required.
(x) Release notes entries required with the following suggested text: