[ 
https://issues.apache.org/jira/browse/CALCITE-5912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

LakeShen updated CALCITE-5912:
------------------------------
    Description: 
In Calcite, the TableSample SQL statement will be converted to Sample RelNode 
plan tree, currently in enumerable mode, we don't have EnumerableSample, So we 
can't add TableSample quidem tests (such as in misc.iq).

After this jira,we could add the quidem test for TableSample(such as 
tablesample.iq),although TableSample's results are inconclusive when the 0 < 
sample rate < 100, but TampeSample(0) is certain result.

> Add an implementation of TABLESAMPLE in enumerable mode.
> --------------------------------------------------------
>
>                 Key: CALCITE-5912
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5912
>             Project: Calcite
>          Issue Type: New Feature
>            Reporter: LakeShen
>            Priority: Major
>
> In Calcite, the TableSample SQL statement will be converted to Sample RelNode 
> plan tree, currently in enumerable mode, we don't have EnumerableSample, So 
> we can't add TableSample quidem tests (such as in misc.iq).
> After this jira,we could add the quidem test for TableSample(such as 
> tablesample.iq),although TableSample's results are inconclusive when the 0 < 
> sample rate < 100, but TampeSample(0) is certain result.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to