itholic commented on PR #39705:
URL: https://github.com/apache/spark/pull/39705#issuecomment-1399864027

   I referred to code path in 
`sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala`
 below:
   ```scala
   case class GetViewColumnByNameAndOrdinal(
       viewName: String,
       colName: String,
       ordinal: Int,
       expectedNumCandidates: Int,
       // viewDDL is used to help user fix incompatible schema issue for 
permanent views
       // it will be None for temp views.
       viewDDL: Option[String])
   ```


-- 
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]

Reply via email to