delta-io/delta

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

Open

#1,384 建立於 2022年9月19日

在 GitHub 查看
 (5 留言) (2 反應) (1 負責人)Scala (2,100 fork)batch import
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.

貢獻者指南