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

    https://github.com/apache/spark/pull/20750#discussion_r173141050
  
    --- 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 --
    
    We could also name them differently e.g.: `setNull1Byte`, `setNull2Bytes`, 
`setNull4Bytes` & `setNull8Bytes`



---

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

Reply via email to