Oleks V
Oleks V
Thanks @Xuanwo I have tested openDAL with local 3 node distributed HDFS cluster and it worked even when rerouting datanodes addresses. We also planning to make series of tests on...
Checked remote HDFS cluster with KRB protection, worked fine
Working on it, this might be not the same as other builtin functions as the `explode` looks like a builtin function but the processing is different in Datafusion
I'm checking this
Repro: ``` test("corr - nan/null") { withTable("t1") { sql("""create table t1 using parquet as select cast(null as float) f1, CAST('NaN' AS float) f2, cast(null as double) d1, CAST('NaN' AS double)...
https://github.com/apache/datafusion/issues/18659
Merged will be fixed in next DF release. @andygrove should we keep this ticket in 0.12.0?
> Hi [@andygrove](https://github.com/andygrove) , [@comphead](https://github.com/comphead) , I would like to contribute to this epic. Please let me know if there are pieces I can contribute to Thanks @rahulbabarwal89 I think...
It was recently added to DF https://github.com/apache/datafusion/pull/17779
I'm thinking can we reuse the same mechanism we use for fuzz testing correctness? for my local testing I typically reuse fuzz correctness