Skip to content
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

[Subtask] Add ExternalType for unsolved catalog type #3500

Closed
mchades opened this issue May 22, 2024 · 0 comments · Fixed by #3501
Closed

[Subtask] Add ExternalType for unsolved catalog type #3500

mchades opened this issue May 22, 2024 · 0 comments · Fixed by #3501
Assignees
Labels
0.6.0 Release v0.6.0 subtask Subtasks of umbrella issue

Comments

@mchades
Copy link
Contributor

mchades commented May 22, 2024

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

@mchades mchades added the subtask Subtasks of umbrella issue label May 22, 2024
@mchades mchades self-assigned this May 22, 2024
@jerryshao jerryshao added the 0.6.0 Release v0.6.0 label May 30, 2024
diqiu50 pushed a commit to diqiu50/gravitino that referenced this issue Jun 13, 2024
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.6.0 Release v0.6.0 subtask Subtasks of umbrella issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants