Github user yhuai commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5155#discussion_r27064360
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala
 ---
    @@ -36,6 +36,10 @@ class UnresolvedException[TreeType <: TreeNode[_]](tree: 
TreeType, function: Str
     case class UnresolvedRelation(
         tableIdentifier: Seq[String],
         alias: Option[String] = None) extends LeafNode {
    +
    +  /** Returns a `.` separated name for this relation. */
    +  def tableName = tableIdentifier.mkString(".")
    --- End diff --
    
    Add a TODO at here about using backticks to quote any part of the 
identifier having `.` in the string?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to