[
https://issues.apache.org/jira/browse/BEAM-10159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía updated BEAM-10159:
--------------------------------
Description:
Databricks Delta is an open source storage layer on top of different
filesystems. The current implementation of Delta is strongly coupled with Spark
so we cannot rely on it because it would break Beam portability.
However now there is an open specification for Delta's protocol.
https://github.com/delta-io/delta/blob/master/PROTOCOL.md
Another possible approach could be to investigate how if Beam could use a
manifest based approach like Presto does:
https://docs.databricks.com/delta/presto-integration.html
was:
Databricks Delta is an open source storage layer on top of different
filesystems. The current implementation of Delta is strongly coupled with Spark
so we cannot rely on it because it would break Beam portability.
However now there is an open specification for Delta's protocol.
https://github.com/delta-io/delta/blob/master/PROTOCOL.md
Another possible approach could be to investigate how if Beam could use a
manifest based approach like Presto does:
https://docs.databricks.com/delta/presto-integration.html
> Support Reading data from Databricks Delta
> ------------------------------------------
>
> Key: BEAM-10159
> URL: https://issues.apache.org/jira/browse/BEAM-10159
> Project: Beam
> Issue Type: New Feature
> Components: io-ideas
> Reporter: Ismaël Mejía
> Priority: P2
>
> Databricks Delta is an open source storage layer on top of different
> filesystems. The current implementation of Delta is strongly coupled with
> Spark so we cannot rely on it because it would break Beam portability.
> However now there is an open specification for Delta's protocol.
> https://github.com/delta-io/delta/blob/master/PROTOCOL.md
> Another possible approach could be to investigate how if Beam could use a
> manifest based approach like Presto does:
> https://docs.databricks.com/delta/presto-integration.html
--
This message was sent by Atlassian Jira
(v8.3.4#803005)