SparkQA commented on issue #24515: [SPARK-14083][WIP] Basic bytecode analyzer to speed up Datasets URL: https://github.com/apache/spark/pull/24515#issuecomment-488754784 **[Test build #105086 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105086/testReport)** for PR 24515 at commit [`b0164a3`](https://github.com/apache/spark/commit/b0164a3b67e9bd0bf0aa3b730e1105c60e3cfd21). * This patch **fails build dependency tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * ` // as invoke-like expressions such as `newInstance(class com.user.Item)` are also` * ` // `if (isnull(item#10)) null else newInstance(class com.user.Item)`` * ` final case class Complete(returnValue: Option[Expression]) extends Action` * ` final case class Jump(index: Int) extends Action` * ` implicit class Behavior(ctBehavior: CtBehavior) `
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
