marin-ma commented on PR #11211: URL: https://github.com/apache/incubator-gluten/pull/11211#issuecomment-3586378343
> Can we offload df.stat.bloomFilter? @jinchengchenghh It's being offloaded in spark 4.0 after SPARK-45565. The test failure is caused by the hard-coded `BloomFilter.readFrom` in Spark's code https://github.com/apache/spark/blob/v4.0.1/sql/api/src/main/scala/org/apache/spark/sql/DataFrameStatFunctions.scala#L583 Besides, this test case also tests unsupported API `expectedFpp` and `bitSize` in `VeloxBloomFilter` https://github.com/apache/spark/blob/v4.0.1/sql/core/src/test/scala/org/apache/spark/sql/DataFrameStatSuite.scala#L529 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
