Runji Wang

Results 115 comments of Runji Wang

> 🤡 cc @bakjos Could you help investigate this error on the latest nightly toolchain? I have no idea where the illegal instruction is. Thanks!

Seems good to go?

qq: Do you know why it is still unstable?

I have no idea on this problem. Is it possible to be related with pyenv?

> Can we use `RustPython` to interpret the Python scripts? I have investigated RustPython. Its API documentation is far less complete than pyo3, making it harder to integrate. Considering the...

> > Things like state or backfilling could be implemented by exposing some objects/interfaces to the UDF > > Stateful UDF is not in our plan actually. cc @wangrunji0408 Because...

It is possible to introduce another macro to generate array scalar functions from aggregate definitions. It may look like: ```rust #[aggregate("sum(int64) -> int64")] // original aggregate #[array_function("array_sum(int64[]) -> int64")] //...

What about testing. Is it possible to setup some kind of compatibility test in CI? 👀

嗯这是一个已知Bug,还不清楚原因……有空时候会修一下