delta-io/delta
在 GitHub 查看[Feature Request] Refactor SQL configuration properties to remove `databricks` prefix
Open
#1,384 创建于 2022年9月19日
enhancementgood first issue
仓库指标
- Star
- (8,807 star)
- 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.