SparkQA commented on pull request #28647:
URL: https://github.com/apache/spark/pull/28647#issuecomment-732998422


   **[Test build #131644 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131644/testReport)**
 for PR 28647 at commit 
[`c45489a`](https://github.com/apache/spark/commit/c45489ad5b8ddd53d5e81fbba4cd08c0b4fd9850).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `class ExecutorSource(`
     * `  case class GetShufflePushMergerLocations(numMergersNeeded: Int, 
hostsToFilter: Set[String])`
     * `  case class RemoveShufflePushMergerLocation(host: String) extends 
ToBlockManagerMaster`
     * `case class UnresolvedTable(`
     * `class SubExprEvaluationRuntime(cacheMaxEntries: Int) `
     * `case class ExpressionProxy(`
     * `case class ResultProxy(result: Any)`
     * `case class CurrentTimeZone() extends LeafExpression with Unevaluable `
     * `abstract class LikeAllBase extends UnaryExpression with 
ImplicitCastInputTypes with NullIntolerant `
     * `case class LikeAll(child: Expression, patterns: Seq[UTF8String]) 
extends LikeAllBase `
     * `case class NotLikeAll(child: Expression, patterns: Seq[UTF8String]) 
extends LikeAllBase `
     * `case class ParseUrl(children: Seq[Expression], failOnError: Boolean = 
SQLConf.get.ansiEnabled)`
     * `  implicit class MetadataColumnsHelper(metadata: Array[MetadataColumn]) 
`
     * `trait PathFilterStrategy extends Serializable `
     * `trait StrategyBuilder `
     * `class PathGlobFilter(filePatten: String) extends PathFilterStrategy `
     * `abstract class ModifiedDateFilter extends PathFilterStrategy `
     * `class ModifiedBeforeFilter(thresholdTime: Long, val timeZoneId: String)`
     * `class ModifiedAfterFilter(thresholdTime: Long, val timeZoneId: String)`


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to