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

    https://github.com/apache/spark/pull/11709#discussion_r56597128
  
    --- Diff: 
sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java
 ---
    @@ -807,6 +809,11 @@ public final int appendStruct(boolean isNull) {
       public final boolean isArray() { return resultArray != null; }
     
       /**
    +   * Marks this column as being constant.
    +   */
    +  public final void setIsConstant() { isConstant = true; }
    --- End diff --
    
    I think that's a good suggestion. Let's do it as a follow up though.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to