snuyanzin commented on code in PR #23896:
URL: https://github.com/apache/flink/pull/23896#discussion_r1420223110
##########
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:
could it be cherry-picked to one of the PRs and merge the commits
or you mean squash both fixes in one commit?
--
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]