You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-37527][SQL] Compile COVAR_POP, COVAR_SAMP and CORR in H2Dialet
### What changes were proposed in this pull request?
apache#35101 translate `COVAR_POP`, `COVAR_SAMP` and `CORR`, but the H2 lower version cannot support them.
After apache#35013, we can compile the three aggregate functions in `H2Dialet` now.
### Why are the changes needed?
Supplement the implement of `H2Dialet`.
### Does this PR introduce _any_ user-facing change?
'Yes'. Spark could complete push-down `COVAR_POP`, `COVAR_SAMP` and `CORR` into H2.
### How was this patch tested?
Test updated.
Closesapache#35145 from beliefer/SPARK-37527_followup.
Authored-by: Jiaan Geng <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
0 commit comments