snuyanzin commented on code in PR #23896:
URL: https://github.com/apache/flink/pull/23896#discussion_r1420129432
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/FsStreamingSinkITCaseBase.scala:
##########
@@ -26,7 +26,7 @@ import
org.apache.flink.streaming.api.functions.source.SourceFunction
import org.apache.flink.streaming.api.scala.DataStream
import org.apache.flink.streaming.api.watermark.Watermark
import org.apache.flink.table.api.{DataTypes, Schema}
-import org.apache.flink.table.api.Expressions.$
+import org.apache.flink.table.api.Expressions.{$, withAllColumns}
Review Comment:
Good catch
I 've again forgot that spotless does not clean unused imports in scala...
I will add commit to clean it once `test_ci connect` is finished on ci to be
sure that the issue fixed
--
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]