<!--Tips before filing an issue --> <!-- Join the Presto Slack Channel to engage in conversations and get faster support at https://https://prestodb.io/slack. --> <!-- If you have triaged this as a bug, then file an [BUG](https://github.com/prestodb/presto/issues/new/choose) directly. --> I noticed that sparkSourceOperatorFactory does not implement the sort-order aware interface see :https://github.com/prestodb/presto/blob/master/presto-spark-base/src/main/java/com/facebook/presto/spark/execution/PrestoSparkRemoteSourceFactory.java Does this mean that PrestoOnSpark does not support distribute-sort? And are there any plans to support it in the future?