Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-23325][WIP] Test parquet returning internal row #21237

Closed

Conversation

rdblue
Copy link
Contributor

@rdblue rdblue commented May 4, 2018

What changes were proposed in this pull request?

This updates ParquetFileFormat to return InternalRow instead of UnsafeRow to get a rough assessment of how many code paths depend on interfaces that return InternalRow actually returning UnsafeRow.

How was this patch tested?

Existing tests.

@rdblue
Copy link
Contributor Author

rdblue commented May 4, 2018

This is a follow-up to #21118.

@SparkQA
Copy link

SparkQA commented May 4, 2018

Test build #90211 has finished for PR 21237 at commit ab8bf23.

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

@rdblue rdblue force-pushed the test-parquet-returning-internal-row branch from ab8bf23 to 669f492 Compare May 4, 2018 22:59
@SparkQA
Copy link

SparkQA commented May 5, 2018

Test build #90228 has finished for PR 21237 at commit 669f492.

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

@rdblue
Copy link
Contributor Author

rdblue commented Jul 26, 2018

This is no longer needed. #21118 fixes the copy problem by always inserting a projection that copies, but delaying until after filters are run.

@rdblue rdblue closed this Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants