You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Pindikura Ravindra (JIRA)" <ji...@apache.org> on 2019/06/24 04:36:00 UTC

[jira] [Created] (ARROW-5701) [C++][Gandiva] Build expressions only for the required selection vector types

Pindikura Ravindra created ARROW-5701:
-----------------------------------------

             Summary: [C++][Gandiva] Build expressions only for the required selection vector types
                 Key: ARROW-5701
                 URL: https://issues.apache.org/jira/browse/ARROW-5701
             Project: Apache Arrow
          Issue Type: Task
          Components: C++ - Gandiva
            Reporter: Pindikura Ravindra
            Assignee: Pindikura Ravindra


We currently build the JIT for all known selection vector types (there are 4 supported types). For very long expressions, this increases the build time by 4x.

 

Instead, we should build only for the required selection vector type.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)