Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/3897#discussion_r116436437
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/datastream/TimeAttributesITCase.scala
---
@@ -28,13 +28,13 @@ import
org.apache.flink.streaming.api.watermark.Watermark
import org.apache.flink.streaming.util.StreamingMultipleProgramsTestBase
import org.apache.flink.table.api.scala._
import org.apache.flink.table.api.scala.stream.utils.StreamITCase
-import org.apache.flink.table.api.{TableEnvironment, TableException, Types}
+import org.apache.flink.table.api.{TableEnvironment, TableException,
Types, ValidationException}
import
org.apache.flink.table.calcite.RelTimeIndicatorConverterTest.TableFunc
import org.apache.flink.table.expressions.TimeIntervalUnit
import
org.apache.flink.table.runtime.datastream.TimeAttributesITCase.TimestampWithEqualWatermark
import org.apache.flink.types.Row
import org.junit.Assert._
-import org.junit.Test
+import org.junit.{Ignore, Test}
--- End diff --
`Ignore` is unused
---
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.
---