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

    https://github.com/apache/spark/pull/19803#discussion_r152881786
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/BoundAttribute.scala
 ---
    @@ -60,20 +60,23 @@ case class BoundReference(ordinal: Int, dataType: 
DataType, nullable: Boolean)
     
       override def doGenCode(ctx: CodegenContext, ev: ExprCode): ExprCode = {
         val javaType = ctx.javaType(dataType)
    --- End diff --
    
    Also move this line to the else block. 


---

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

Reply via email to