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: [email protected] For additional commands, e-mail: [email protected]
