Hi all, I'd like to ask some questions about the Calcite adapter. If `order by` is not pushed down to the underlying database, then how does Calcite handle this operator? Will it read all data provided by the underlying database and enumerate it to sort? If so, how to guarantee the performance while a large amount of data ?
Sorry to trouble you guys. But look forward to hearing from you :D -- Best, Xiangwei Wei
