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-12298][SQL] Fix infinite loop in DataFrame.sortWithinPartitions #10271

Closed
wants to merge 1 commit into from

Conversation

ankurdave
Copy link
Contributor

Modifies the String overload to call the Column overload and ensures this is called in a test.

Modifies the String overload to call the Column overload and ensures
this is called in a test.
@SparkQA
Copy link

SparkQA commented Dec 12, 2015

Test build #47603 has finished for PR 10271 at commit d9f8c25.

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

@yhuai
Copy link
Contributor

yhuai commented Dec 12, 2015

Thanks! Merging to master and branch 1.6.

asfgit pushed a commit that referenced this pull request Dec 12, 2015
Modifies the String overload to call the Column overload and ensures this is called in a test.

Author: Ankur Dave <ankurdave@gmail.com>

Closes #10271 from ankurdave/SPARK-12298.

(cherry picked from commit 1e799d6)
Signed-off-by: Yin Huai <yhuai@databricks.com>
@asfgit asfgit closed this in 1e799d6 Dec 12, 2015
@rxin
Copy link
Contributor

rxin commented Dec 12, 2015

Thanks for catching this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants