Skip to content

[SPARK-19088][SQL] Fix 2.10 build. - #17473

Closed
ueshin wants to merge 1 commit into
apache:masterfrom
ueshin:issues/SPARK-19088
Closed

[SPARK-19088][SQL] Fix 2.10 build.#17473
ueshin wants to merge 1 commit into
apache:masterfrom
ueshin:issues/SPARK-19088

Conversation

@ueshin

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

Commit 6c70a38 broke the build for scala 2.10. The commit uses some reflections which are not available in Scala 2.10. This PR fixes them.

How was this patch tested?

Existing tests.

@ueshin

Copy link
Copy Markdown
MemberAuthor

cc @cloud-fan@michalsenkyr

@SparkQA

Copy link
Copy Markdown

Test build #75371 has finished for PR 17473 at commit 36d12fd.

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

@cloud-fan

Copy link
Copy Markdown
Contributor

LGTM, thanks!

@ueshin

Copy link
Copy Markdown
MemberAuthor

Merging to master!

@ueshin
ueshin deleted the issues/SPARK-19088 branch August 3, 2026 22:58
Sign up for freeto 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

@ueshin@SparkQA@cloud-fan