[ 
https://issues.apache.org/jira/browse/SPARK-35934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17387341#comment-17387341
 ] 

Michail Giannakopoulos commented on SPARK-35934:
------------------------------------------------

[~hyukjin.kwon] [~sowen] Can I assign this issue to myself and contribute the 
work back to the community? It appears that I cannot assign myself to this 
issue and I also cannot set the status of this Jira item to `In Progress`.

> Extend SPARK-SQL to support REPEATABLE TABLESAMPLE clause. 
> -----------------------------------------------------------
>
>                 Key: SPARK-35934
>                 URL: https://issues.apache.org/jira/browse/SPARK-35934
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.1.2
>            Reporter: Michail Giannakopoulos
>            Priority: Major
>              Labels: features
>
> Extend Spark-SQL so as to support the `REPEATABLE TABLESAMPLE` clause per 
> SQL-standard:
> {code:sql}
> SELECT * FROM `foo` TABLESAMPLE (50.0 PERCENT) REPEATABLE (1234) {code}
> Certain applications need to return repeatable/deterministic results when 
> applying TABLESAMPLE clause.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to