You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/07/28 14:52:00 UTC

[jira] [Commented] (DRILL-8273) Complex typed columns cannot be made implicit

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

ASF GitHub Bot commented on DRILL-8273:
---------------------------------------

jnturton opened a new pull request, #2615:
URL: https://github.com/apache/drill/pull/2615

   # [DRILL-8273](https://issues.apache.org/jira/browse/DRILL-8273): Complex typed columns cannot be made implicit
   
   ## Description
   
   A number of column metadata implementations drop column properties, including the wildcard exclusion property, when cloned with cloneEmpty. This PR makes those cloneEmpty methods copy the column properties too.
   
   ## Documentation
   N/A
   
   ## Testing
   New additions in TestTupleProjection.
   




> Complex typed columns cannot be made implicit
> ---------------------------------------------
>
>                 Key: DRILL-8273
>                 URL: https://issues.apache.org/jira/browse/DRILL-8273
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.20.1
>            Reporter: James Turton
>            Assignee: James Turton
>            Priority: Minor
>             Fix For: 1.20.2
>
>
> When a plugin returns an implicit column of a complex type, e.g. MAP, and sets it to be implicit then that column still appears in wildcard queries.



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