Conversation
|
LGTM, thanks for your contribution! @wuchong cc |
fresh-borzoni
left a comment
There was a problem hiding this comment.
@YannByron TY for the PR, LGTM, one nit comment that we may wish to ignore.
We still import scala.collection.JavaConverters, it was deprecated in 2.13 in favor of scala.jdk.CollectionConverters.
Yes, although we can continue to use this deprecated |
| echo "-Pspark3 -pl fluss-test-coverage,$modules_spark3" | ||
| ;; | ||
| (${STAGE_SPARK_SCALA213}) | ||
| echo "-Pspark3,scala-2.13 -pl fluss-test-coverage,$modules_spark3" |
There was a problem hiding this comment.
Do we have <id>spark3</id> profile ?
There was a problem hiding this comment.
Do we need scala-2.13 as
https://github.com/apache/fluss/pull/3041/changes#diff-f3259c7c61a818942ee406ae16bc62d985f8f5b5c64fef3d1501d972b70ee03aR42 already have a scala file ?
Purpose
Linked issue: close #2667
Brief change log
Tests
API and Format
Documentation