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 "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/10/07 14:08:00 UTC

[jira] [Commented] (IMPALA-10221) Use 'iceberg.file_format' to replace 'iceberg_file_format'

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

ASF subversion and git services commented on IMPALA-10221:
----------------------------------------------------------

Commit 5912c4761701b309183f352b87de4edcd17e7c9d in impala's branch refs/heads/master from skyyws
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=5912c47 ]

IMPALA-10221: Rename 'iceberg_file_format' to 'iceberg.file_format' as Iceberg table property

We provide several new table properties in IMPALA-10164, such as
'iceberg.catalog', in order to keep consist of these properties, we
rename 'iceberg_file_format' to 'iceberg.file_format'. When we creating
Iceberg table, we should use SQL like this:
  CREATE TABLE default.iceberg_test (
    level string,
    event_time timestamp,
    message string,
  )
  STORED AS ICEBERG
  TBLPROPERTIES ('iceberg.file_format'='parquet',
    'iceberg.catalog'='hadoop.tables')

Change-Id: I722303fb765aca0f97a79bd6e4504765d355a623
Reviewed-on: http://gerrit.cloudera.org:8080/16550
Reviewed-by: Zoltan Borok-Nagy <bo...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Use 'iceberg.file_format' to replace 'iceberg_file_format'
> ----------------------------------------------------------
>
>                 Key: IMPALA-10221
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10221
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: WangSheng
>            Assignee: WangSheng
>            Priority: Minor
>              Labels: impala-iceberg
>
> We provide several new table properties in IMPALA-10164, such as 'iceberg.catalog',
>  in order to keep consist of these properties, we rename 'iceberg_file_format' to
>  'iceberg.file_format'.



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