srowen commented on code in PR #36773:
URL: https://github.com/apache/spark/pull/36773#discussion_r890245878
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala:
##########
@@ -750,6 +750,22 @@ object DataSourceStrategy
PushableColumnWithoutNestedColumn(right), _) =>
Some(new GeneralAggregateFunc("CORR", agg.isDistinct,
Array(FieldReference.column(left), FieldReference.column(right))))
+ case aggregate.RegrIntercept(PushableColumnWithoutNestedColumn(left),
Review Comment:
Not required, but it'd be nice to find a way to fix the indents here -
should not line up with 'case' in the continuation
--
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]