Skip to content

Commit 2c76d0a

Browse files
committed
Private method
Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
1 parent a579308 commit 2c76d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/main/scala/org/apache/spark/sql/delta/perf/OptimizeMetadataOnlyDeltaQuery.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ trait OptimizeMetadataOnlyDeltaQuery {
314314
dataType.isInstanceOf[DateType]
315315
}
316316

317-
def getAggFunctionOptimizable(aggExpr: AggregateExpression): Option[DeclarativeAggregate] = {
317+
private def getAggFunctionOptimizable(aggExpr: AggregateExpression): Option[DeclarativeAggregate] = {
318318
aggExpr match {
319319
case AggregateExpression(
320320
c@Count(Seq(Literal(1, _))), Complete, false, None, _) =>

0 commit comments

Comments
 (0)