delta-io/delta
Voir sur GitHub[Feature Request] Refactor SQL configuration properties to remove `databricks` prefix
Open
#1 384 ouverte le 19 sept. 2022
enhancementgood first issue
Métriques du dépôt
- Stars
- (8 807 stars)
- Métriques de merge PR
- (Merge moyen 7j 1h) (142 PRs mergées en 30 j)
Description
Feature request
Overview
Currently, Delta SQL configuration properties (link) are prefixed with spark.databricks.delta.
We should refactor this to be only spark.delta, while still maintaining support for legacy spark.databricks.delta usages.
Motivation
Delta Lake is an open-source project and we should clean up + refactor code (especially public-facing APIs like a SQL conf) to remove any references to databricks.