moshap-firebolt opened a new pull request, #2439:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2439

   BigQuery allows a query to start with `FROM`, e.g. `FROM t` and `FROM t 
SELECT *`,
   which is also the entry form for pipe syntax (`FROM t |> ...`).
   
   The parser already supports FROM-first `SELECT` behind
   `Dialect::supports_from_first_select()` (enabled for ClickHouse, DuckDB and
   Generic); this enables it for BigQuery as well. The existing
   `test_select_from_first` / `test_select_from_first_with_cte`, parameterized 
over
   `all_dialects_where(|d| d.supports_from_first_select())`, now cover BigQuery.
   
   Docs: 
https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#from_queries


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to