Open dishkakrauch opened 3 months ago
Hi , I'd like to contribute regarding the issue with reading Delta tables saved using .saveAsTable in Spark.
To resolve this, we could implement support for accessing these tables through the spark.table method, similar to how we handle path-based registrations.
Feature request
Which Delta project/connector is this regarding?
Overview
It's not possible to read dataframes save with .saveAsTable spark method.
Motivation
It's more suitable to read spark tables not from storage like HDFS or S3 directry.
Further details
Delta table declaration method from here supports only path table registration https://docs.delta.io/0.4.0/api/python/index.html. It's not suitable for delta tables saved with .saveAsTable spark method which registers table in hive metastore and allows to read delta table with spark.table method.
Willingness to contribute
The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?