delta-io/delta

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

オープン

#1,384 opened on 2022/09/19

 (7 件のコメント) (2 件のリアクション) (1 人の担当者)Scala (2,157 件のフォーク)batch import
enhancementgood first issuenot-stale

Repository metrics

Stars
 (8,945 個のスター)
PR merge metrics
 (平均マージ 7d 1h) (30d で 142 merged PRs)

説明

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.

コントリビューターガイド