-
Notifications
You must be signed in to change notification settings - Fork 3k
Allow table defaults to be configured and/ or enforced at catalog level using catalog properties. #4011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow table defaults to be configured and/ or enforced at catalog level using catalog properties. #4011
Changes from 2 commits
add90e0
4d26bb3
7eb19c5
46711e0
5c70c4d
f9e1ee4
ed1a3a6
6af5b51
a2fbf59
9fe9215
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,6 +29,8 @@ private CatalogProperties() { | |
| public static final String CATALOG_IMPL = "catalog-impl"; | ||
| public static final String FILE_IO_IMPL = "io-impl"; | ||
| public static final String WAREHOUSE_LOCATION = "warehouse"; | ||
| public static final String TABLE_DEFAULT_PREFIX = "table-default."; | ||
| public static final String TABLE_OVERRIDE_PREFIX = "table-override."; | ||
|
Comment on lines
+32
to
+33
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit / open-question: How do people feel about these names? I'd kind of like them to have
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm good with this. |
||
|
|
||
| /** | ||
| * Controls whether the catalog will cache table entries upon load. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.