-
Notifications
You must be signed in to change notification settings - Fork 136
IGNITE-18015 Column's type mismatch error when inserting data into temporal columns with custom precision #1323
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
Conversation
fa96cbf to
f1819db
Compare
modules/table/src/test/java/org/apache/ignite/internal/table/MutableRowTupleAdapterTest.java
Outdated
Show resolved
Hide resolved
|
overall looks good, but i fill one comment plz fix it. |
korlov42
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's OK to lose precision as in case of temporal types, but we definitely do not want to truncate customers data as in case of varlen types
f1819db to
38f746b
Compare
modules/table/src/test/java/org/apache/ignite/internal/table/MutableRowTupleAdapterTest.java
Outdated
Show resolved
Hide resolved
zstan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 minor comment, overall LGTM
…mporal columns with custom precision (apache#1323)
…mporal columns with custom precision (apache#1323)
No description provided.