zhengruifeng opened a new pull request #28270: URL: https://github.com/apache/spark/pull/28270
### What changes were proposed in this pull request? add a new method `def test(dataset: DataFrame, featuresCol: String, labelCol: String, flatten: Boolean): DataFrame` ### Why are the changes needed? Similar to new `test` method in `ChiSquareTest`, it will: 1, support df operation on the returned df; 2, make driver no longer a bottleneck with large numFeatures ### Does this PR introduce any user-facing change? Yes, new method added ### How was this patch tested? existing testsuites ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
