Github user sunjincheng121 commented on a diff in the pull request:
https://github.com/apache/flink/pull/4008#discussion_r118935465
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/calcite/RelTimeIndicatorConverterTest.scala
---
@@ -391,8 +391,8 @@ object RelTimeIndicatorConverterTest {
class TableFunc extends TableFunction[String] {
val t = new Timestamp(0L)
- def eval(time1: Long, time2: Timestamp): Unit = {
- collect(time1.toString + time2.after(t))
+ def eval(time1: Long, time2: Timestamp, string: String): Unit = {
--- End diff --
Does this change cover changes in functionality?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---