You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "skywalker2256 (via GitHub)" <gi...@apache.org> on 2023/03/22 08:04:22 UTC

[GitHub] [iceberg] skywalker2256 opened a new issue, #7169: presto read iceberg v2 table

skywalker2256 opened a new issue, #7169:
URL: https://github.com/apache/iceberg/issues/7169

   Use flink create table and write table into iceberg_db.sample_12!
   CREATE TABLE hive_catalog.iceberg_db.sample_12 (
       id BIGINT COMMENT 'unique id',
       data BIGINT ,
       name string ,
      PRIMARY KEY(id) NOT ENFORCED
   ) PARTITIONED BY (`id`)
    with ('format-version'='2',
   'write.upsert.enabled'='true')
   
   when read sample_12 with presto,I get all data. For example:id=1 data duplication
   ![image](https://user-images.githubusercontent.com/41573491/226837409-70ffa31c-e2aa-4854-8932-c84948250c86.png)
   How do I set up?
   Thank you very much!
   


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [iceberg] skywalker2256 commented on issue #7169: presto read iceberg v2 table

Posted by "skywalker2256 (via GitHub)" <gi...@apache.org>.
skywalker2256 commented on issue #7169:
URL: https://github.com/apache/iceberg/issues/7169#issuecomment-1482282194

   > Not very sure whether presto can read iceberg v2 format. At least, the [document](https://prestodb.io/docs/current/connector/iceberg.html#iceberg-file-format) of presto haven't said it. But I think maybe you can try with [trino](https://trino.io/docs/current/connector/iceberg.html) which supports iceberg v2 forma.
   
   Thanks,trino supports iceberg v2 format,Thanks!


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [iceberg] skywalker2256 closed issue #7169: presto read iceberg v2 table

Posted by "skywalker2256 (via GitHub)" <gi...@apache.org>.
skywalker2256 closed issue #7169: presto read iceberg v2 table
URL: https://github.com/apache/iceberg/issues/7169


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [iceberg] luoyuxia commented on issue #7169: presto read iceberg v2 table

Posted by "luoyuxia (via GitHub)" <gi...@apache.org>.
luoyuxia commented on issue #7169:
URL: https://github.com/apache/iceberg/issues/7169#issuecomment-1479201996

   Not very sure whether presto can read iceberg v2 format. At least, the [document](https://prestodb.io/docs/current/connector/iceberg.html#iceberg-file-format) of presto haven't said it.
   But I think maybe you can try with [trino](https://trino.io/docs/current/connector/iceberg.html) which supports iceberg v2 forma.


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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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