-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Iceberg] deprecate some table property names
This commit introduces the deprecation of a few tables property names in favor of the iceberg library's naming scheme. It is to help reduce confusion for users as to which table properties in Iceberg documentation map to presto. Users will get a warning on any queries which set table properties such as CREATE TABLE and ALTER TABLE .. SET PROPERTIES statements. Refer to IcebergTableProperties.java or iceberg.rst for the list of deprecated names and their corresponding mapping.
- Loading branch information
Showing
15 changed files
with
397 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.