Skip to content

Commit 5870637

Browse files
committed
nit
1 parent b44c7b3 commit 5870637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ColumnResolutionHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ trait ColumnResolutionHelper extends Logging with DataTypeErrorsBase {
511511

512512
// Tries to resolve `UnresolvedAttribute` by the children with Plan Ids.
513513
// Returns `None` if fail to resolve.
514-
private[spark] def tryResolveUnresolvedAttributeByPlanChildren(
514+
private[sql] def tryResolveUnresolvedAttributeByPlanChildren(
515515
u: UnresolvedAttribute,
516516
q: LogicalPlan,
517517
includeLastResort: Boolean = false): Option[Expression] = {

0 commit comments

Comments
 (0)