[
https://issues.apache.org/jira/browse/IMPALA-15158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Csaba Ringhofer resolved IMPALA-15158.
--------------------------------------
Fix Version/s: Impala 5.0.0
Resolution: Fixed
> 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
> Fix For: Impala 5.0.0
>
>
> 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)