Skip to content

Conversation

@cloud-fan
Copy link
Contributor

No description provided.

@SparkQA
Copy link

SparkQA commented Jul 10, 2015

Test build #37010 has finished for PR 7339 at commit 394d3ac.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class GetArrayItem(child: Expression, ordinal: Expression) extends BinaryExpression
    • case class GetMapValue(child: Expression, key: Expression) extends BinaryExpression

@cloud-fan
Copy link
Contributor Author

cc @rxin

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find it odd to return null in the 2nd field. Why is the semantics of that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This unapply is only used in optimizer to save code. I have removed it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can simplify null propagation for binary and unary expression. Will do that in another PR.

@SparkQA
Copy link

SparkQA commented Jul 10, 2015

Test build #37044 has finished for PR 7339 at commit 3bc01aa.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class GetArrayItem(child: Expression, ordinal: Expression) extends BinaryExpression
    • case class GetMapValue(child: Expression, key: Expression) extends BinaryExpression

@SparkQA
Copy link

SparkQA commented Jul 10, 2015

Test build #37042 has finished for PR 7339 at commit 6a37c12.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class KafkaRDD(RDD):
    • class KafkaDStream(DStream):
    • class KafkaTransformedDStream(TransformedDStream):
    • case class GetArrayItem(child: Expression, ordinal: Expression) extends BinaryExpression
    • case class GetMapValue(child: Expression, key: Expression) extends BinaryExpression
    • class GenericInternalRowWithSchema(values: Array[Any], override val schema: StructType)
    • implicit class DebugQuery(query: DataFrame) extends Logging
    • class HiveContext(sc: SparkContext) extends SQLContext(sc) with Logging
    • case class StreamInputInfo(

@rxin
Copy link
Contributor

rxin commented Jul 10, 2015

Jenkins, retest this please.

@SparkQA
Copy link

SparkQA commented Jul 10, 2015

Test build #37048 has finished for PR 7339 at commit 3bc01aa.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class GetArrayItem(child: Expression, ordinal: Expression) extends BinaryExpression
    • case class GetMapValue(child: Expression, key: Expression) extends BinaryExpression

@rxin
Copy link
Contributor

rxin commented Jul 10, 2015

Jenkins, retest this please.

@SparkQA
Copy link

SparkQA commented Jul 10, 2015

Test build #37061 has finished for PR 7339 at commit 3bc01aa.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class GetArrayItem(child: Expression, ordinal: Expression) extends BinaryExpression
    • case class GetMapValue(child: Expression, key: Expression) extends BinaryExpression

@SparkQA
Copy link

SparkQA commented Jul 11, 2015

Test build #37075 has finished for PR 7339 at commit 84a2128.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class GetArrayItem(child: Expression, ordinal: Expression) extends BinaryExpression
    • case class GetMapValue(child: Expression, key: Expression) extends BinaryExpression

@cloud-fan
Copy link
Contributor Author

I saw the JIRA is marked as resolved, any problems here?

cloud-fan added a commit that referenced this pull request Jul 11, 2015
Author: Wenchen Fan <[email protected]>

Closes #7339 from cloud-fan/minor and squashes the following commits:

84a2128 [Wenchen Fan] remove unapply
6a37c12 [Wenchen Fan] remove unnecessary abstraction for ExtractValue
@rxin
Copy link
Contributor

rxin commented Jul 12, 2015

It's been merged -- but github didn't close this. Can you close the pr?

@cloud-fan cloud-fan closed this Jul 13, 2015
@cloud-fan cloud-fan deleted the minor branch July 13, 2015 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants