Skip to content

[SPARK-22267][SQL] [WIP] Spark SQL incorrectly reads ORC file when column order is different #19744

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

Closed
wants to merge 1 commit into from

Conversation

mpetruska
Copy link
Contributor

What changes were proposed in this pull request?

Ticket: SPARK-22267

How was this patch tested?

No change yet, please do not merge - only tests were added to clarify the issue.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@@ -278,4 +286,93 @@ class OrcSourceSuite extends OrcSuite {
)).get.toString
}
}

test("SPARK-22267 Spark SQL correctly reads parquet files when column order is different") {
Copy link
Member

Choose a reason for hiding this comment

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

SPARK-22267 is not about Parquet. Why do you add this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will remove this one, it is only used to help me diagnose the problem.

@mpetruska
Copy link
Contributor Author

Closing in favour of #19470.

@mpetruska mpetruska closed this Nov 15, 2017
@mpetruska mpetruska deleted the SPARK-222267 branch November 15, 2017 10:51
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