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

Zhen Chen resolved CALCITE-7383.
--------------------------------
    Fix Version/s: 1.42.0
         Assignee: Zhen Chen
       Resolution: Fixed

> CoreQuidemTest2 needs to support all removed files
> --------------------------------------------------
>
>                 Key: CALCITE-7383
>                 URL: https://issues.apache.org/jira/browse/CALCITE-7383
>             Project: Calcite
>          Issue Type: Task
>          Components: core
>            Reporter: Zhen Chen
>            Assignee: Zhen Chen
>            Priority: Major
>             Fix For: 1.42.0
>
>
> CoreQuidemTest2 is a test file added for the new decorrelation algorithm.
> Because the new algorithm does not yet fit all test cases well, some .iq 
> files have been temporarily removed.
> We need to continuously fix these issues so that all files can be tested 
> correctly.
> {code:java}
> @Override protected Collection<String> data() {
>   final List<String> paths = new ArrayList<>(super.data());
>   // These remove operations are temporary and will be deleted
>   // once the new decorrelator can adapt to all scenarios.
>   // TODO: The following files involves UNNEST and LEFT_MARK JOIN
>   paths.remove("sql/measure.iq");
>   paths.remove("sql/unnest.iq");
>   paths.remove("sql/some.iq");
>   paths.remove("sql/sub-query.iq");
>   paths.remove("sql/scalar.iq");
>   paths.remove("sql/measure-paper.iq");
>   paths.remove("sql/misc.iq");
>   return paths;
> } {code}



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

Reply via email to