We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44c7b3 commit 5870637Copy full SHA for 5870637
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ColumnResolutionHelper.scala
@@ -511,7 +511,7 @@ trait ColumnResolutionHelper extends Logging with DataTypeErrorsBase {
511
512
// Tries to resolve `UnresolvedAttribute` by the children with Plan Ids.
513
// Returns `None` if fail to resolve.
514
- private[spark] def tryResolveUnresolvedAttributeByPlanChildren(
+ private[sql] def tryResolveUnresolvedAttributeByPlanChildren(
515
u: UnresolvedAttribute,
516
q: LogicalPlan,
517
includeLastResort: Boolean = false): Option[Expression] = {
0 commit comments