Bhavani Sudha created HUDI-1197:
-----------------------------------
Summary: Fix build issue in scala 2.12
Key: HUDI-1197
URL: https://issues.apache.org/jira/browse/HUDI-1197
Project: Apache Hudi
Issue Type: Bug
Components: Writer Core
Reporter: Bhavani Sudha
Assignee: Bhavani Sudha
Fix For: 0.6.0
During release process ran into build issues with scala 2.12 in
HoodieWriterUtils. The error msg looks like below:
[ERROR]
/...hudi/hudi-spark/src/main/scala/org/apache/hudi/HoodieWriterUtils.scala:32:
error: reference to mapAsJavaMap is ambiguous;
[ERROR] it is imported twice in the same scope by
[ERROR] import scala.collection.JavaConverters._
[ERROR] and import scala.collection.JavaConversions._
[ERROR] mapAsJavaMap(parametersWithWriteDefaults(parameters.asScala.toMap))
[ERROR] ^
--
This message was sent by Atlassian Jira
(v8.3.4#803005)