Re: Custom Metastore in Presto Connector

2020-07-08 Thread Ryan Blue
I don't think that the Presto connector currently supports custom catalog implementations without building a connector based on Iceberg. You might check with the Presto community on their mailing list or Slack to find out what they recommend here. On Mon, Jul 6, 2020 at 7:27 PM eskrm wrote: > Hi

Custom Metastore in Presto Connector

2020-07-06 Thread eskrm
Hi. Does the Presto connector support custom Iceberg SPI implementations? I have a table ops implementation that commits to a custom metadata service. The Iceberg Spark datasource and catalog support this by extending and overriding a protected method to return an Iceberg table/catalog backed by