matriv commented on a change in pull request #18861:
URL: https://github.com/apache/flink/pull/18861#discussion_r810954497
##########
File path:
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/expressions/resolver/ExpressionResolverTest.java
##########
@@ -98,7 +99,7 @@
DataTypes.FIELD("n0",
DataTypes.BIGINT()),
DataTypes.FIELD("n1",
DataTypes.STRING())))
.build())
- .select($("f0").flatten())
+ .select(col("f0").flatten())
Review comment:
Does it maybe make sense to have a dedicated test? 1st to be 100%
visible, 2nd to avoid a future change that will make us loose that single test.
--
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]