[
https://issues.apache.org/jira/browse/HIVE-21344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesus Camacho Rodriguez updated HIVE-21344:
-------------------------------------------
Description:
registry is not used for Calcite planner.
{code}
// This is not a rebuild, we retrieve all the materializations. In turn, we do
not need
// to force the materialization contents to be up-to-date, as this is
not a rebuild, and
// we apply the user parameters
(HIVE_MATERIALIZED_VIEW_REWRITING_TIME_WINDOW) instead.
materializations =
db.getAllValidMaterializedViews(getTablesUsed(basePlan), false, getTxnMgr());
}
{code}
!mv-get-from-remote.png!
was:
{code}
// This is not a rebuild, we retrieve all the materializations. In turn, we do
not need
// to force the materialization contents to be up-to-date, as this is
not a rebuild, and
// we apply the user parameters
(HIVE_MATERIALIZED_VIEW_REWRITING_TIME_WINDOW) instead.
materializations =
db.getAllValidMaterializedViews(getTablesUsed(basePlan), false, getTxnMgr());
}
{code}
!mv-get-from-remote.png!
> CBO: Reduce compilation time in presence of materialized views
> --------------------------------------------------------------
>
> Key: HIVE-21344
> URL: https://issues.apache.org/jira/browse/HIVE-21344
> Project: Hive
> Issue Type: Bug
> Components: Materialized views
> Affects Versions: 4.0.0
> Reporter: Gopal V
> Assignee: Jesus Camacho Rodriguez
> Priority: Major
> Attachments: calcite-planner-after-fix.svg.zip, mv-get-from-remote.png
>
>
> registry is not used for Calcite planner.
> {code}
> // This is not a rebuild, we retrieve all the materializations. In turn, we
> do not need
> // to force the materialization contents to be up-to-date, as this
> is not a rebuild, and
> // we apply the user parameters
> (HIVE_MATERIALIZED_VIEW_REWRITING_TIME_WINDOW) instead.
> materializations =
> db.getAllValidMaterializedViews(getTablesUsed(basePlan), false, getTxnMgr());
> }
> {code}
> !mv-get-from-remote.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)