Csaba Ringhofer created IMPALA-15158:
----------------------------------------

             Summary: 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


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