You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/12/15 09:48:00 UTC

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

    [ https://issues.apache.org/jira/browse/KYLIN-3212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16996668#comment-16996668 ] 

ASF GitHub Bot commented on KYLIN-3212:
---------------------------------------

nichunen commented on pull request #885: KYLIN-3212 convert 'array[]' grammer compatible with hive sql
URL: https://github.com/apache/kylin/pull/885
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Replace "array[]" with "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: Chuqian Yu
>            Assignee: luguosheng
>            Priority: Minor
>             Fix For: Future
>
>
> 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
(v8.3.4#803005)