Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5198#issuecomment-86339048 @JoshRosen @marmbrus #4289 was using Guava's `com.google.common.io.Files` according to the first commit of that PR, see [here] [1]. However, #5029 was merged earlier, and deprecated Guava `Files` by `Utils.Files`. These two combined caused this build failure. (There're no conflicts in the eyes of Git, but there do exist semantic conflicts.) [1]: https://github.com/jeanlyn/spark/blob/3b27af36f82580c2171df965140c9a14e62fd5f0/sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertIntoHiveTableSuite.scala#L22
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org