ggangadharan commented on code in PR #6402: URL: https://github.com/apache/hive/pull/6402#discussion_r3023745258
########## ql/src/test/queries/clientpositive/cbo_component_access_nvl.q: ########## @@ -0,0 +1,27 @@ +-- Repro for HIVE-29538 issue: AssertionError when Calcite operator COMPONENT_ACCESS + +set hive.cbo.enable=true; + +DROP TABLE IF EXISTS cbo_component_access_if_tbl; + +CREATE TABLE cbo_component_access_if_tbl ( + `data` array<struct<jobs:array<struct<code:string,label:string>>>> Review Comment: used one level nesting like below ` `jobs` array<struct<code:string>>` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
