delta-io/delta
[Feature Request] Refactor SQL configuration properties to remove `databricks` prefix
开放
#1,384 创建于 2022年9月19日
enhancementgood first issuenot-stale
仓库指标
- 星标
- (8,947 个星标)
- PR 合并指标
- (平均合并 7天 1小时) (30 天内合并 142 个 PR)
描述
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.