You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by tan shai <ta...@gmail.com> on 2016/07/05 10:57:53 UTC

Dataframe sort

Hi,

I need to sort a dataframe and retrive the bounds of each partition.
The dataframe.sort() is using the range partitioning in the physical plan.

I need to retrieve partition bounds.

Many thanks for your help.