Re: Trino Iceberg

2021-07-13 Thread Ivan Yang
Hi Yan, Ah, thanks for pointing out the PR, that will likely fit in my approach well. Do you have any idea when this will be merged into Trino Iceberg connector? In the meantime, If s3 is my iceberg data storage, what available ingestion and query methods will you suggest? Thanks, Ivan >

Re: Trino Iceberg

2021-07-12 Thread Yan Yan
Hi Ivan, Today Trino Iceberg connector does not support Glue catalog. However Jack has authored a PR for this support in Trino community that you may be interested in: https://github.com/trinodb/trino/pull/6977 Yan On Mon, Jul 12, 2021 at 4:31 PM Ivan Yang wrote: > Dear Iceberg commun

Trino Iceberg

2021-07-12 Thread Ivan Yang
Dear Iceberg community, I recently try to set up Presto/Trino to connect to the Iceberg data store. I generated Iceberg db/table/data using a Flink job via Glue Catalog. So after Flink job run. My Iceberg meta and data files are in AWS s3. I can use flink sql-client to query the iceberg table.