Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16679#discussion_r97467363
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala 
---
    @@ -426,7 +426,9 @@ private[hive] class HiveClientImpl(
             // in the function toHiveTable.
             properties = properties.filter(kv => kv._1 != "comment" && kv._1 
!= "EXTERNAL"),
             comment = properties.get("comment"),
    -        viewOriginalText = Option(h.getViewOriginalText),
    +        // In older versions of Spark(before 2.2.0), we expand the view 
original text and store
    +        // that into `viewExpandedText`, and that should be used in view 
resolution. So we get
    +        // `viewExpandedText` instead of `viewOriginalText` for viewText 
here.
    --- End diff --
    
    IIRC, we do have such a test


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