You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "WangSheng (Jira)" <ji...@apache.org> on 2020/07/07 02:33:00 UTC

[jira] [Comment Edited] (IMPALA-9741) Support query iceberg table by impala

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

WangSheng edited comment on IMPALA-9741 at 7/7/20, 2:32 AM:
------------------------------------------------------------

Hi [~tarmstrong],[~boroknagyz],[~vihangk1], I have already completed a version of query iceberg table by impala. The main design is treated iceberg table as an unpartitioned hdfs table, including theses functions:
# identity iceberg file format by table property;
# push down iceberg partition column predicates to iceberg, to filter data files need to be scanned;
This is a simple version, and some code may be not good, hope you can give some advice, thanks a lot.

Here is the gerrit url: https://gerrit.cloudera.org/#/c/16143/


was (Author: skyyws):
Hi [~tarmstrong],[~boroknagyz],[~vihangk1], I have already completed a version of query iceberg table by impala. The main design is treated iceberg table as an unpartitioned hdfs table, including theses functions:
# identity iceberg file format by table property;
# push down iceberg partition column predicates to iceberg, to filter data files need to be scanned;
This is a simple version, and some code may be not good, hope you can give some advice, thanks a lot.
Here is the gerrit url: https://gerrit.cloudera.org/#/c/16143/

> Support query iceberg table by impala
> -------------------------------------
>
>                 Key: IMPALA-9741
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9741
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: WangSheng
>            Assignee: WangSheng
>            Priority: Major
>         Attachments: select-iceberg.jpg
>
>
> Since we have submit an patch of supporting create iceberg table by impala in IMPALA-9688, we are preparing to implement iceberg table query by impala. But we need to read the impala and iceberg code  deeply to determine how to do this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org