[
https://issues.apache.org/jira/browse/HIVE-22399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated HIVE-22399:
--------------------------------
Description:
I've just bumped into this in CliConfigs:
https://github.com/apache/hive/blob/9667f25f1bafbd8819c2fd50790c4d6fc7240fe9/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java#L338-L342
{code}
excludeQuery("cbo_query44.q"); // TODO: Enable when we move to Calcite
1.18
excludeQuery("cbo_query45.q"); // TODO: Enable when we move to Calcite
1.18
excludeQuery("cbo_query67.q"); // TODO: Enable when we move to Calcite
1.18
excludeQuery("cbo_query70.q"); // TODO: Enable when we move to Calcite
1.18
excludeQuery("cbo_query86.q"); // TODO: Enable when we move to Calcite
1.18
{code}
currently hive is on Calcite 1.19
was:
I've just bumped into this in CliConfigs:
https://github.com/apache/hive/blob/9667f25f1bafbd8819c2fd50790c4d6fc7240fe9/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java#L338-L342
{code}
excludeQuery("cbo_query44.q"); // TODO: Enable when we move to Calcite
1.18
excludeQuery("cbo_query45.q"); // TODO: Enable when we move to Calcite
1.18
excludeQuery("cbo_query67.q"); // TODO: Enable when we move to Calcite
1.18
excludeQuery("cbo_query70.q"); // TODO: Enable when we move to Calcite
1.18
excludeQuery("cbo_query86.q"); // TODO: Enable when we move to Calcite
1.18
{code}
> Re-enable some cbo_query tests after Calcite 1.18
> -------------------------------------------------
>
> Key: HIVE-22399
> URL: https://issues.apache.org/jira/browse/HIVE-22399
> Project: Hive
> Issue Type: Bug
> Reporter: László Bodor
> Priority: Major
>
> I've just bumped into this in CliConfigs:
> https://github.com/apache/hive/blob/9667f25f1bafbd8819c2fd50790c4d6fc7240fe9/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java#L338-L342
> {code}
> excludeQuery("cbo_query44.q"); // TODO: Enable when we move to
> Calcite 1.18
> excludeQuery("cbo_query45.q"); // TODO: Enable when we move to
> Calcite 1.18
> excludeQuery("cbo_query67.q"); // TODO: Enable when we move to
> Calcite 1.18
> excludeQuery("cbo_query70.q"); // TODO: Enable when we move to
> Calcite 1.18
> excludeQuery("cbo_query86.q"); // TODO: Enable when we move to
> Calcite 1.18
> {code}
> currently hive is on Calcite 1.19
--
This message was sent by Atlassian Jira
(v8.3.4#803005)