mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-15 16:29:02 +00:00
Allow wilrdacrd for all SEMANTIC_VIEW
types (#2017)
Some checks failed
license / Release Audit Tool (RAT) (push) Has been cancelled
Rust / codestyle (push) Has been cancelled
Rust / lint (push) Has been cancelled
Rust / benchmark-lint (push) Has been cancelled
Rust / compile (push) Has been cancelled
Rust / docs (push) Has been cancelled
Rust / compile-no-std (push) Has been cancelled
Rust / test (beta) (push) Has been cancelled
Rust / test (nightly) (push) Has been cancelled
Rust / test (stable) (push) Has been cancelled
Some checks failed
license / Release Audit Tool (RAT) (push) Has been cancelled
Rust / codestyle (push) Has been cancelled
Rust / lint (push) Has been cancelled
Rust / benchmark-lint (push) Has been cancelled
Rust / compile (push) Has been cancelled
Rust / docs (push) Has been cancelled
Rust / compile-no-std (push) Has been cancelled
Rust / test (beta) (push) Has been cancelled
Rust / test (nightly) (push) Has been cancelled
Rust / test (stable) (push) Has been cancelled
This commit is contained in:
parent
ee707c72a7
commit
9b6f6de056
2 changed files with 7 additions and 2 deletions
|
@ -16952,6 +16952,11 @@ fn test_parse_semantic_view_table_factor() {
|
|||
None,
|
||||
),
|
||||
("SELECT * FROM SEMANTIC_VIEW(model METRICS orders.*)", None),
|
||||
("SELECT * FROM SEMANTIC_VIEW(model FACTS fact.*)", None),
|
||||
(
|
||||
"SELECT * FROM SEMANTIC_VIEW(model DIMENSIONS dim.* METRICS orders.*)",
|
||||
None,
|
||||
),
|
||||
// We can parse in any order but will always produce a result in a fixed order.
|
||||
(
|
||||
"SELECT * FROM SEMANTIC_VIEW(model WHERE x > 0 DIMENSIONS dim1)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue