[CORE] Remove `.sql.columnar` from configuration keys for simplicity
Open
enhancement
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 657
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 80
Description
Part of https://github.com/apache/incubator-gluten/issues/6970.
For example: `spark.gluten.sql.columnar.tableCache` can be simplified to `spark.gluten.tableCache` by removing `.sql.columnar`.
We'll still keep the the old keys available for users for backward-compatibility. But while the old keys are specified, raise a warning showing it's deprecated.
Contributor guide
Assessment
This issue has not been assessed yet.