Skip to content

Instantly share code, notes, and snippets.

@NeerajBhadani
Created May 25, 2020 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NeerajBhadani/7900a1931f1b27ce417a0457d2b32207 to your computer and use it in GitHub Desktop.
Save NeerajBhadani/7900a1931f1b27ce417a0457d2b32207 to your computer and use it in GitHub Desktop.
array_sort
val arr_sort_df = df.withColumn("result", array_sort($"array_col2"))
arr_sort_df.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment