YannByron opened a new pull request #3691:
URL: https://github.com/apache/hudi/pull/3691


   Recently, fail to build hudi in master branch using `mvn clean package 
-DskipTest`.
   
   The rroor message is as follows:
   
   ```
   [ERROR] 
/hudi/hudi-integ-test/src/main/scala/org/apache/hudi/integ/testsuite/utils/SparkSqlUtils.scala:32:
 error: object avro is not a member of package org.apache.spark.sql 
   [ERROR] import org.apache.spark.sql.avro.SchemaConverters 
   [ERROR] ^ 
   [ERROR] 
/hudi/hudi-integ-test/src/main/scala/org/apache/hudi/integ/testsuite/utils/SparkSqlUtils.scala:142:
 error: not found: value SchemaConverters 
   [ERROR] val structType = 
SchemaConverters.toSqlType(schema).dataType.asInstanceOf[StructType] 
   [ERROR] ^ 
   [ERROR] two errors found```


-- 
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]


Reply via email to