Skip to content

[SPARK-17757][SQL] Remove CreateNamedStruct[Unsafe]#15323

Closed
hvanhovell wants to merge 3 commits intoapache:masterfrom
hvanhovell:SPARK-17757
Closed

[SPARK-17757][SQL] Remove CreateNamedStruct[Unsafe]#15323
hvanhovell wants to merge 3 commits intoapache:masterfrom
hvanhovell:SPARK-17757

Conversation

@hvanhovell
Copy link
Contributor

What changes were proposed in this pull request?

This PR removes the CreateNamedStruct and CreateNamedStructUnsafe expressions. This only for simplification purposes.

How was this patch tested?

Existing tests.

@SparkQA
Copy link

SparkQA commented Oct 2, 2016

Test build #66233 has finished for PR 15323 at commit 2e80037.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Oct 2, 2016

Test build #66247 has finished for PR 15323 at commit 71eac80.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Oct 3, 2016

Test build #66254 has finished for PR 15323 at commit 1dcca2e.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • trait CreateStructLike extends Expression
    • case class CreateStruct(children: Seq[Expression], names: Seq[String]) extends CreateStructLike
    • case class CreateStructUnsafe(

@hvanhovell
Copy link
Contributor Author

closing this in favor of https://github.com/apache/spark/pull/14444/files

@hvanhovell hvanhovell closed this Oct 6, 2016
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.

2 participants