delta-io/delta

[Feature Request] Refactor SQL configuration properties to remove `databricks` prefix

开放

#1,384 创建于 2022年9月19日

 (7 条评论) (2 个反应) (1 位负责人)Scala (2,158 个派生)batch import
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.

贡献者指南