Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/21859
  
    for small queries, can we just do
    ```
    val df = table.filter(...).cache()
    df.sort(....)
    ```
    
    We should carefully make trade off between the SQL engine complexity and 
user-benefits. How userful is this feature?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to