Oleks V
Oleks V
Feel free, yes
btw, there is no `size` function in PG. There are `cardinality` function or `array_length`. Its again should we support both spark/PG syntax ?
I'd like to try a small POC and migrate `ROW_NUMBER` to `WindowUDF ` trait
Sounds good!
Datafusion regression on `date_trunc` https://github.com/apache/datafusion/issues/18334
just FYI the workaround is ``` CometConf.COMET_EXEC_SHUFFLE_ENABLED.key -> "false" ``` This happens because in RangeRepartition on RowConverter, I'm digging into this real quick to see what is the correct behavior