trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.53k stars 3.03k forks source link

Iceberg: Support file based table #17311

Open pratimapatel2008 opened 1 year ago

pratimapatel2008 commented 1 year ago

Hive and Spark has a support for Filebased table in Spark where versioning is stored in metadata -> version-hint.text file as opposed to storing in MetaStore/JDBC.

Would it be possible to add support to access Iceberg Filebased tables which are registered in HMS using 1 or create/register a table from Trino?

findinpath commented 1 year ago

@pratimapatel2008 could you please describe with more details the use case that you are trying to cover with the requested functionality?