Are coalesce + orderBy commutative in Spark?

前端 未结 0 695
臣服心动
臣服心动 2020-12-15 08:01

I want to run the following code:

df = df.coalesce(1).orderBy(["my_col"])

but its execution

相关标签:
回答
  • 消灭零回复
提交回复
热议问题