delta-io/delta

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

Open

#1.384 geöffnet am 19. Sept. 2022

Auf GitHub ansehen
 (5 Kommentare) (2 Reaktionen) (1 zugewiesene Person)Scala (2.100 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (8.807 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 1h) (142 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide