advancedxy

Results 67 comments of advancedxy

hhhm, I recently know there's a project called https://github.com/rust-cross/cargo-zigbuild which is able to cross compile rust project to different target including various glibc versions by using zig as a linker....

Instead of removing `git-commit-id-maven-plugin`, I think a more practical approach would be conditional generating the build property files. You can move the `git-commit-id-maven-plugin` plugin into a separate profile which should...

I can work on this if no one is currently working on it.

I did some research to support `InSubqueryExec`. I think we should postpone the support a little bit, at least after `Comet` supporting Join operators. The `InSubqueryExec` is mainly used for...

> I'm not sure about "all evaluations happen at the driver side" Emmm, I should be more specific. I meant all the `in` evaluations are happened at the driver side....

Thanks for taking this over, Andy. I was kind of busy in 2024H2. Hope I can find some more spare time to contribute back to Comet in 2025.

> Other ideas welcome. Same scenario applies to UPDATE which also has single table identifier to read from and write to. I noticed SQL Server uses with to specify hints:...