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

   This PR adds support for the `TABLESAMPLE` option in the following dialects:
    - Standard SQL: 
https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html#sample-clause
    - Snowflake: https://docs.snowflake.com/en/sql-reference/constructs/sample
    - Hive: 
https://cwiki.apache.org/confluence/display/hive/languagemanual+sampling
   
   Collateral work includes expanding the use of a constructor function to 
create `Table` structs in unit tests to avoid modifying many files when adding 
default options to the `Table` struct.


-- 
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