You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "yuchuqian (JIRA)" <ji...@apache.org> on 2018/01/30 03:06:00 UTC

[jira] [Created] (KYLIN-3212) Replace "array[]" to "array()" when pushing down query to Hive

yuchuqian created KYLIN-3212:
--------------------------------

             Summary: Replace "array[]" to "array()" when pushing down query to Hive
                 Key: KYLIN-3212
                 URL: https://issues.apache.org/jira/browse/KYLIN-3212
             Project: Kylin
          Issue Type: New Feature
          Components: Query Engine
            Reporter: yuchuqian
            Assignee: liyang


Hi , Kylin community.
I am using "intersect_count" to calculate the conversion rate and want to pushing it down to hive when no cube can answer. But the array format "array[]" is not readable in hive .So I need to add a method in org.apache.kylin.source.adhocquery.HivePushDownConverter in order to replace "array[]" to "array()" when pushing down query to Hive.
Any suggestions?



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