dongjoon-hyun commented on a change in pull request #35483:
URL: https://github.com/apache/spark/pull/35483#discussion_r804083074
##########
File path:
sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/WritableColumnVector.java
##########
@@ -457,6 +466,7 @@ public final int appendNull() {
}
public final int appendNotNull() {
+ assert (!(dataType() instanceof StructType)); // Use appendStruct()
Review comment:
Previously, we have no user to use this API for `StructType`, right? I'm
wondering if this is a breaking change of this API users.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]