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

If the written table exists, the semantic type of the original table is preferred. #4889

Closed
paomian opened this issue Oct 28, 2024 · 1 comment
Assignees
Labels
C-enhancement Category Enhancements

Comments

@paomian
Copy link
Contributor

paomian commented Oct 28, 2024

What type of enhancement is this?

API improvement

What does the enhancement do?

When writing data using RowInsertRequest, if the semantic of the RowInsertRequest schema does not match the table structure, the table structure semantic type is preferred.

Now it returns InvalidRequestSnafu error here Could this be optimized by adding a semantic representation that follows the original table structure.
Or maybe we need to get the table schema when building the RowInsertRequest in log writing API via json.

Implementation challenges

No response

@paomian paomian added the C-enhancement Category Enhancements label Oct 28, 2024
@paomian paomian self-assigned this Oct 28, 2024
@paomian paomian closed this as completed Feb 12, 2025
@paomian
Copy link
Contributor Author

paomian commented Feb 12, 2025

#5138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements
Projects
None yet
Development

No branches or pull requests

1 participant