hendrikmakait opened a new pull request, #1860:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1860

   Part of #1758
   
   This PR adds support for the `|> TABLESAMPLE ...` pipe operator.
   
   Open question:
   
   [BigQuery's `TABLESAMPLE` 
operator](https://cloud.google.com/bigquery/docs/reference/standard-sql/pipe-syntax#tablesample_pipe_operator)
 does not support the full [SQL standard 
spec](https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html#sample-clause).
 This PR adds support for a superset of the BigQuery syntax which, e.g., 
includes the `REPEATABLE` clause and reuses the existing code for parsing 
`TABLESAMPLE` operators. Is this desired from the perspective of the project or 
is it preferred to stick closely to the BigQuery syntax? If so, I'm happy to 
change this.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to