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

    https://github.com/apache/spark/pull/19602#discussion_r191202828
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveShim.scala ---
    @@ -642,11 +641,11 @@ private[client] class Shim_v0_13 extends Shim_v0_12 {
               col.getType.startsWith(serdeConstants.CHAR_TYPE_NAME))
             .map(col => col.getName).toSet
     
    -      def unapply(attr: Attribute): Option[String] = {
    +      def unapply(attr: Attribute): Option[Attribute] = {
    --- End diff --
    
    why this change?


---

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

Reply via email to