xtern commented on code in PR #7630:
URL: https://github.com/apache/ignite-3/pull/7630#discussion_r2827220414
##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItRecordBinaryViewApiTest.java:
##########
@@ -891,7 +1320,7 @@ static class BinTestCase extends TestCase<Tuple> {
}
void checkValueTypeDoesNotMatchError(Executable run) {
- String expectedMessage = "Value type does not match [column='ID',
expected=INT64, actual=INT32]";
+ String expectedMessage = "Value type does not match [column='ID',
expected=INT64, actual=DOUBLE]";
Review Comment:
test is valid
##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItKeyValueBinaryViewApiTest.java:
##########
@@ -682,7 +1105,7 @@ void checkInvalidTypeError(Executable run, String
expectedMessage) {
}
void checkValueTypeDoesNotMatchError(Executable run) {
- String expectedMessage = "Value type does not match [column='ID',
expected=INT64, actual=INT32]";
+ String expectedMessage = "Value type does not match [column='ID',
expected=INT64, actual=DOUBLE]";
Review Comment:
test is valid
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]