Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/5784#issuecomment-97574723
  
      [Test build #31308 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/31308/consoleFull)
 for   PR 5784 at commit 
[`16797ea`](https://github.com/apache/spark/commit/16797eab840787a7c7d507ccd7d6411779fec9a1).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `public final class UnsafeFixedWidthAggregationMap `
      * `  public static class MapEntry `
      * `public final class UnsafeRow implements MutableRow `
      * `class UnsafeRowConverter(fieldTypes: Array[DataType]) `
      * `case class Hypot(`
      * `case class Pow(left: Expression, right: Expression) extends 
BinaryMathExpression(math.pow, "POWER")`
      * `abstract class MathematicalExpression(f: Double => Double, name: 
String)`
      * `case class Acos(child: Expression) extends 
MathematicalExpression(math.acos, "ACOS")`
      * `case class Asin(child: Expression) extends 
MathematicalExpression(math.asin, "ASIN")`
      * `case class Atan(child: Expression) extends 
MathematicalExpression(math.atan, "ATAN")`
      * `case class Cbrt(child: Expression) extends 
MathematicalExpression(math.cbrt, "CBRT")`
      * `case class Ceil(child: Expression) extends 
MathematicalExpression(math.ceil, "CEIL")`
      * `case class Cos(child: Expression) extends 
MathematicalExpression(math.cos, "COS")`
      * `case class Cosh(child: Expression) extends 
MathematicalExpression(math.cosh, "COSH")`
      * `case class Exp(child: Expression) extends 
MathematicalExpression(math.exp, "EXP")`
      * `case class Expm1(child: Expression) extends 
MathematicalExpression(math.expm1, "EXPM1")`
      * `case class Floor(child: Expression) extends 
MathematicalExpression(math.floor, "FLOOR")`
      * `case class Log(child: Expression) extends 
MathematicalExpression(math.log, "LOG")`
      * `case class Log10(child: Expression) extends 
MathematicalExpression(math.log10, "LOG10")`
      * `case class Log1p(child: Expression) extends 
MathematicalExpression(math.log1p, "LOG1P")`
      * `case class Rint(child: Expression) extends 
MathematicalExpression(math.rint, "ROUND")`
      * `case class Signum(child: Expression) extends 
MathematicalExpression(math.signum, "SIGNUM")`
      * `case class Sin(child: Expression) extends 
MathematicalExpression(math.sin, "SIN")`
      * `case class Sinh(child: Expression) extends 
MathematicalExpression(math.sinh, "SINH")`
      * `case class Tan(child: Expression) extends 
MathematicalExpression(math.tan, "TAN")`
      * `case class Tanh(child: Expression) extends 
MathematicalExpression(math.tanh, "TANH")`
      * `case class Repartition(numPartitions: Int, shuffle: Boolean, child: 
LogicalPlan)`
      * `case class RepartitionByExpression(partitionExpressions: 
Seq[Expression], child: LogicalPlan)`
      * `case class Repartition(numPartitions: Int, shuffle: Boolean, child: 
SparkPlan)`
      * `public final class PlatformDependent `
      * `public class ByteArrayMethods `
      * `public final class LongArray `
      * `public final class BitSet `
      * `public final class BitSetMethods `
      * `public final class Murmur3_x86_32 `
      * `public final class BytesToBytesMap `
      * `  public final class Location `
      * `  class Doubling implements HashMapGrowthStrategy `
      * `public class ExecutorMemoryManager `
      * `public class HeapMemoryAllocator implements MemoryAllocator `
      * `public class MemoryBlock extends MemoryLocation `
      * `public class MemoryLocation `
      * `public final class TaskMemoryManager `
      * `public class UnsafeMemoryAllocator implements MemoryAllocator `
    
     * This patch **adds the following new dependencies:**
       * `spark-unsafe_2.10-1.4.0-SNAPSHOT.jar`



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to