dongjoon-hyun commented on a change in pull request #29065:
URL: https://github.com/apache/spark/pull/29065#discussion_r467917432
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/DynamicPruning.scala
##########
@@ -37,24 +37,24 @@ trait DynamicPruning extends Predicate
* can reuse the results of the broadcast through ReuseExchange
* @param broadcastKeyIndex the index of the filtering key collected from the
broadcast
*/
-case class DynamicPruningSubquery(
+case class PartitionPruningSubquery(
pruningKey: Expression,
buildQuery: LogicalPlan,
buildKeys: Seq[Expression],
broadcastKeyIndex: Int,
onlyInBroadcast: Boolean,
exprId: ExprId = NamedExpression.newExprId)
extends SubqueryExpression(buildQuery, Seq(pruningKey), exprId)
- with DynamicPruning
- with Unevaluable {
+ with DynamicPruning
+ with Unevaluable {
Review comment:
The original indentation is correct.
-
https://github.com/databricks/scala-style-guide/blob/master/README.md#indent
----------------------------------------------------------------
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]