Junhao Liu
Junhao Liu
I want to help it. Though it seems not a small project, I think there's spilling implementation in `SortExec` and I can learn from that.
Uh, it seems that it will lead the time to be longer and fail the pipeline. :(
> I can replicate the CI failures locally, can you replicate them as well? Not sure what's wrong, could it be getting into some sort of loop or something? >...
@kevinmingtarja @alamb What do you think? 🤔
Thank you all for your reply! > when turning the expression back into an entire query Yeah, I was just a little curious why for Expr::Sort we ignore the ORDER...
Good, I can try to implement it. :) Another concern for me is changing the function signature to `pub fn expr_to_sql(expr: &Expr) -> Result` would lead every call of `expr_to_sql`...
That looks better! Will try to implement it soon.
I encountered a problem for `type_coercion` and need help🥲 Here `TypeCoercion` would rewrite an `Expr` thus brings a 'Cast', and the name for `Cast` would not just be the expr...
I encountered an issue: the plan's schema would change during rewrite stage.👀 In > explain verbose SELECT CAST(2 AS INTEGER); ``` +----------------------------------------------------------------------------+--------------------------------------------------------------------------------------+ | plan_type | plan | +----------------------------------------------------------------------------+--------------------------------------------------------------------------------------+ | initial_logical_plan...
> @yyy1000 Are you still working on this? No, currently having my internship so I don't have buffer on this. 🥲