[
https://issues.apache.org/jira/browse/HIVE-29360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stamatis Zampetakis resolved HIVE-29360.
----------------------------------------
Fix Version/s: 4.3.0
Resolution: Fixed
Fixed in
https://github.com/apache/hive/commit/5446484ae3da28453aadd1215f19806d3494b88e
> Add tests for EXPLAIN FORMATTED CBO on TPC-DS queries
> -----------------------------------------------------
>
> Key: HIVE-29360
> URL: https://issues.apache.org/jira/browse/HIVE-29360
> Project: Hive
> Issue Type: Test
> Reporter: Stamatis Zampetakis
> Assignee: Stamatis Zampetakis
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.3.0
>
>
> The {{EXPLAIN FORMATTED}} CBO command returns the CBO plan serialized as
> JSON, which is a format that can be easily consumed and processed by other
> applications. Currently we don't have a lot of coverage especially around the
> CBO part.
> {noformat}
> $ grep -Ri "explain.*formatted" ql/src/test/queries/ | wc -l
> 41
> {noformat}
> The goal is to add tests with {{EXPLAIN FORMATTED CBO}} for all TPC-DS
> queries to improve coverage around this feature and guard against regressions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)