delta-io/delta

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

Aperta

#1384 aperta il 19 set 2022

 (7 commenti) (2 reazioni) (1 assegnatario)Scala (2157 fork)batch import
enhancementgood first issuenot-stale

Metriche repository

Star
 (8945 stelle)
Metriche merge PR
 (Merge medio 7g 1h) (142 PR mergiate in 30 g)

Descrizione

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.

Guida contributor