celeborn/tests
sychen e734ceb558 [MINOR] Cleanup code
### What changes were proposed in this pull request?
1. Use `<arg>-Ywarn-unused-import</arg>` to remove some unused imports
There is no way to use `<arg>-Ywarn-unused-import</arg>` at this stage
Because we have the following code
```
// Can Remove this if celeborn don't support scala211 in future
import org.apache.celeborn.common.util.FunctionConverter._
```
2. Fix scala case match not fully covered, avoid `scala.MatchError`
3. Fixed some scala compilation warnings

### Why are the changes needed?

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?

Closes #1600 from cxzl25/cleanup_code.

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: zky.zhoukeyong <zky.zhoukeyong@alibaba-inc.com>
2023-06-19 11:31:51 +08:00
..
flink-it [MINOR] Cleanup code 2023-06-19 11:31:51 +08:00
kubernetes-it [CELEBORN-638] Migrate configurations celeborn.ha.master.* to celeborn.master.ha.* 2023-06-16 18:18:26 +08:00
spark-it [CELEBORN-680][DOC] Refresh celeborn configurations in doc 2023-06-15 13:59:38 +08:00