You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the implementation of underlying storage systems, columns often have default values and properties, as well as whether they are null. It is hoped that the AddColumn can be specified
Motivation
No response
Describe the solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
### What changes were proposed in this pull request?
Supports setting default value when adding column.
- MySQL & PostgreSQL are supported
- Hive & Iceberg are not supported -> throws exception
### Why are the changes needed?
Fix: #839
### Does this PR introduce _any_ user-facing change?
Users are able to set default value for column when adding column with
`com.datastrato.gravitino.rel.TableCatalog#alterTable`
### How was this patch tested?
Add tests of adding columns with default value in existing tests.
Describe the feature
In the implementation of underlying storage systems, columns often have default values and properties, as well as whether they are null. It is hoped that the AddColumn can be specified
Motivation
No response
Describe the solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: