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

    https://github.com/apache/spark/pull/19602#discussion_r191206457
  
    --- 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 --
    
    Because I need a Attribute to be passed into `decoratedValue`, which will 
process the Literal -- add or remove quotes if needed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to