Description
The String overload of DataFrame.sortWithinPartitions calls itself when it should call the Column overload, causing an infinite loop:
Exception in thread "main" java.lang.StackOverflowError
at org.apache.spark.sql.DataFrame.sortWithinPartitions(DataFrame.scala:612)