nsivabalan commented on pull request #3182:
URL: https://github.com/apache/hudi/pull/3182#issuecomment-873254058
There are some compilation errors. Can you please check that.
```
[WARNING] Expected all dependencies to require Scala version: 2.11.12
[WARNING] org.apache.hudi:hudi-spark_2.11:0.9.0-SNAPSHOT requires scala
version: 2.11.12
[WARNING] org.apache.hudi:hudi-spark-client:0.9.0-SNAPSHOT requires scala
version: 2.11.12
[WARNING] org.apache.hudi:hudi-spark-common_2.11:0.9.0-SNAPSHOT requires
scala version: 2.11.12
[WARNING] org.apache.hudi:hudi-spark2_2.11:0.9.0-SNAPSHOT requires scala
version: 2.11.12
[WARNING] com.fasterxml.jackson.module:jackson-module-scala_2.11:2.6.7.1
requires scala version: 2.11.8
[WARNING] Multiple versions of scala libraries detected!
[INFO]
/home/travis/build/apache/hudi/hudi-spark-datasource/hudi-spark/src/test/java:-1:
info: compiling
[INFO]
/home/travis/build/apache/hudi/hudi-spark-datasource/hudi-spark/src/test/scala:-1:
info: compiling
[INFO] Compiling 31 source files to
/home/travis/build/apache/hudi/hudi-spark-datasource/hudi-spark/target/test-classes
at 1625219965712
[ERROR]
/home/travis/build/apache/hudi/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/HoodieSparkSqlWriterSuite.scala:645:
error: overloaded method value option with alternatives:
[ERROR] (key: String,value:
Double)org.apache.spark.sql.DataFrameWriter[org.apache.spark.sql.Row] <and>
[ERROR] (key: String,value:
Long)org.apache.spark.sql.DataFrameWriter[org.apache.spark.sql.Row] <and>
[ERROR] (key: String,value:
Boolean)org.apache.spark.sql.DataFrameWriter[org.apache.spark.sql.Row] <and>
[ERROR] (key: String,value:
String)org.apache.spark.sql.DataFrameWriter[org.apache.spark.sql.Row]
[ERROR] cannot be applied to
(org.apache.hudi.common.config.ConfigProperty[String], String)
[ERROR] .option(DataSourceWriteOptions.TABLE_TYPE_OPT_KEY,
tableType)
[ERROR] ^
[ERROR]
/home/travis/build/apache/hudi/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/HoodieSparkSqlWriterSuite.scala:660:
error: overloaded method value option with alternatives:
[ERROR] (key: String,value:
Double)org.apache.spark.sql.DataFrameWriter[org.apache.spark.sql.Row] <and>
[ERROR] (key: String,value:
Long)org.apache.spark.sql.DataFrameWriter[org.apache.spark.sql.Row] <and>
[ERROR] (key: String,value:
Boolean)org.apache.spark.sql.DataFrameWriter[org.apache.spark.sql.Row] <and>
[ERROR] (key: String,value:
String)org.apache.spark.sql.DataFrameWriter[org.apache.spark.sql.Row]
[ERROR] cannot be applied to
(org.apache.hudi.common.config.ConfigProperty[String], String)
[ERROR] .option(DataSourceWriteOptions.TABLE_TYPE_OPT_KEY,
tableType)
[ERROR] ^
[WARNING]
/home/travis/build/apache/hudi/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestHoodieSqlBase.scala:56:
warning: A try without a catch or finally is equivalent to putting its body in
a block; no exceptions are handled.
[WARNING] try super.test(testName, testTags: _*)(try testFun finally {
[WARNING] ^
[WARNING] one warning found
[ERROR] two errors found
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
```
--
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]