rlcyf opened a new issue #2861:
URL: https://github.com/apache/iceberg/issues/2861
```
org.apache.flink.streaming.api.scala.DataStream
org.apache.flink.streaming.api.datastream.DataStream
```
```
val stream:org.apache.flink.streaming.api.datastream.DataStream[RowData] =
FlinkSource.forRowData()
.env(env.getJavaEnv)
.tableLoader(tableLoader)
.streaming(true)
.build()
// working
val result = new
org.apache.flink.streaming.api.scala.DataStream[RowData](stream)
resilt.print()
```
### Is it possible to provide scala converters? like asScalaSream?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]