Oleks V
Oleks V
> @comphead, can you please tell if there is something I can do to move this forward? Are there any relevant benches I could either run or adapt for this...
Closing in favor of #16802
@dependabot rebase
@coderfender as were working on rpad/lpad
@wForget will this PR close also https://github.com/apache/datafusion-comet/issues/2256
Maybe its easier to build some diagram in draw.io or something? I got the point about shared state but I'm not sure how it will be travelling from caller side...
> I don't have a strong preference one way or the other, personally I would go with Spark/DuckDB way :) if there is no other strong opinions, I'll make a...
Thanks @parthchandra for the suggestion, I just checked we should be fine. ``` scala> spark.sql("select 1 % -0.0").show(false) +---------+ |(1 % 0.0)| +---------+ |NULL | +---------+ scala> spark.sql("select isnan(1 %...
This is a good point @jonahgao so this gives me even more confidence to introduce a new DF param which controls should DF go with IEEE 754