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

ASF subversion and git services commented on IMPALA-14746:
----------------------------------------------------------

Commit 41d7a2b449218209b8e7a58649f589fd2252113f in impala's branch 
refs/heads/master from Steve Carlin
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=41d7a2b44 ]

IMPALA-14746: Calcite planner: Allow overrides in test framework

This commit will allow overrides in the test framework for Calcite
where the result set is different from the original planner.

The overrides will be used if the USE_CALCITE_PLANNER environment
variable is set.

The allowable overridden sections are: RESULTS, CATCH, RUNTIME_PROFILE.

The sections will be overridden if the environment variable is set
and if the section has a CALCITE_PLANNER_ prefix
(e.g. CALCITE_PLANNER_RESULTS)

A sample is given in the subquery.test file.

Change-Id: Id7e22c63b27232bffc442a75952b9942067f0e85
Reviewed-on: http://gerrit.cloudera.org:8080/23907
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Calcite planner: Allow overrides in test framework
> --------------------------------------------------
>
>                 Key: IMPALA-14746
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14746
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: Steve Carlin
>            Assignee: Steve Carlin
>            Priority: Major
>
> Some of the tests in Calcite will produce different explain plan results 
> compared with the original planner.
> In order for the Calcite tests to pass in the test framework, some overrides 
> on sections will be necessary (e.g. the RESULTS section for an explain plan)



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

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

Reply via email to