[ 
https://issues.apache.org/jira/browse/IMPALA-15158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on IMPALA-15158 started by Csaba Ringhofer.
------------------------------------------------
> GEOMETRY preparation: replace is_binary_ with enum in BE
> --------------------------------------------------------
>
>                 Key: IMPALA-15158
>                 URL: https://issues.apache.org/jira/browse/IMPALA-15158
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Backend
>            Reporter: Csaba Ringhofer
>            Assignee: Csaba Ringhofer
>            Priority: Major
>
> ColumnType::is_binary_ is used to avoid creating a new type for BINARY in the 
> backend - it piggy backs most of the time on STRING, and only a few places 
> need to check whether it is BINARY or STRING. The same mechanism could be 
> used for GEOMETRY (and GEOGRAPHY), which will be clearer if the bool is 
> replaced with an enum about the logical type the array represents.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to