Jiting Xu

Results 13 comments of Jiting Xu

we convert an intermediate table into a `memtable` in bis-ml, see [link](https://github.com/ibis-project/ibis-ml/blob/main/ibis_ml/steps/encode.py#L352) The intermediate information in the expression tree got lost, unfortunately, the new name `"Cast(y, float64)"` is not a...

> we would still hit the recursion error in the sqlglot implementation The updated implementation generates SQL in a manner that reduces the depth of nesting, thereby delaying the hitting...

my current unit test uses `ibis.to_sql()` or `execute()`, it does not work under the current path, I am looking for some suggestions too, where or how to do the unit...