rdblue commented on a change in pull request #1368:
URL: https://github.com/apache/iceberg/pull/1368#discussion_r476855177
##########
File path:
api/src/test/java/org/apache/iceberg/expressions/TestExpressionHelpers.java
##########
@@ -137,16 +137,16 @@ public void testRewriteNot() {
@Test
public void testTransformExpressions() {
Assert.assertEquals("Should produce the correct expression string",
- "year(ref(name=\"ts\")) == \"2019\"",
+ "year[0](ref(name=\"ts\")) == \"2019\"",
Review comment:
UTC should continue to produce the old names for compatibility.
Otherwise, this will break old readers.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]