yabola commented on code in PR #9710:
URL: https://github.com/apache/iceberg/pull/9710#discussion_r1510203932
##########
api/src/test/java/org/apache/iceberg/transforms/TestNotStartsWith.java:
##########
@@ -106,23 +75,23 @@ public void
testTruncateStringWhenProjectedPredicateTermIsLongerThanWidth() {
.isEqualTo("ab");
assertThat(evaluator.eval(TestHelpers.Row.of("abcde")))
- .as("notStartsWith(abcde, truncate(abcde,2)) => false")
+ .as("notStartsWith('abcde', truncate(abcde,2)) => false")
.isFalse();
assertThat(evaluator.eval(TestHelpers.Row.of("ab")))
- .as("notStartsWith(abcde, truncate(ab, 2)) => false")
+ .as("notStartsWith('ab', truncate('abcde', 2)) => false")
Review Comment:
I think the description before is not correct. I have modified it to a
string value description.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]