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

    https://github.com/apache/spark/pull/20750#discussion_r173123311
  
    --- Diff: 
sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/codegen/UnsafeRowWriter.java
 ---
    @@ -93,6 +93,26 @@ public void setNullAt(int ordinal) {
         Platform.putLong(holder.buffer, getFieldOffset(ordinal), 0L);
       }
     
    +  @Override
    +  public void setNullByte(int ordinal) {
    --- End diff --
    
    which is the reason why these methods have been introduced?


---

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

Reply via email to