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
…3501)
### What changes were proposed in this pull request?
- introduce externalType so that users can use external types when
creating JDBC tables
- deprecated `unparsedType`
- add docs for externalType
### Why are the changes needed?
Fix: apache#3500
### Does this PR introduce _any_ user-facing change?
yes, `unparsedType` is deprecated, please use `externalType` instead
### How was this patch tested?
tests added
Describe the subtask
We currently use
unparsedType
to represent unknown external types, but users still cannot use it when creating tables.Therefore, we introduce
externalType
so that users can use external types when creating tables.At the same time, in order to unify type semantics,
unparsedType
will be removed.Parent issue
#3427
The text was updated successfully, but these errors were encountered: