Skip to content

Conversation

@hvanhovell
Copy link
Contributor

This PR enables the Expand operator to process and produce Unsafe Rows.

@marmbrus
Copy link
Contributor

marmbrus commented Nov 5, 2015

ok to test

@SparkQA
Copy link

SparkQA commented Nov 6, 2015

Test build #45160 has finished for PR 9414 at commit 43aeb0c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Contributor

Choose a reason for hiding this comment

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

Should we do this inside of UnsafeProjection.create? It seems weird to have to remember to do it in each place we use 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.

That would be much better. I'll make the change.

@SparkQA
Copy link

SparkQA commented Nov 6, 2015

Test build #45213 has finished for PR 9414 at commit 26f6f7e.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):\n * final class ShuffleSortDataFormat extends SortDataFormat<PackedRecordPointer, LongArray>\n * final class UnsafeSortDataFormat extends SortDataFormat<RecordPointerAndKeyPrefix, LongArray>\n

@marmbrus
Copy link
Contributor

marmbrus commented Nov 6, 2015

Thanks! Merging to master and 1.6.

@asfgit asfgit closed this in f328fed Nov 6, 2015
asfgit pushed a commit that referenced this pull request Nov 6, 2015
This PR enables the Expand operator to process and produce Unsafe Rows.

Author: Herman van Hovell <[email protected]>

Closes #9414 from hvanhovell/SPARK-11450.
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