eldenmoon commented on code in PR #17494:
URL: https://github.com/apache/doris/pull/17494#discussion_r1131899288
##########
fe/fe-core/src/main/java/org/apache/doris/load/loadv2/LoadingTaskPlanner.java:
##########
@@ -154,9 +154,11 @@ public void plan(TUniqueId loadId,
List<List<TBrokerFileStatus>> fileStatusesLis
Column col = new Column(Column.DYNAMIC_COLUMN_NAME, Type.VARIANT,
false, null, false, "",
"stream load auto dynamic column");
slotDesc.setIsMaterialized(true);
+ // Non-nullable slots will have 0 for the byte offset and -1 for
the bit mask
Review Comment:
SlotDescriptor use null indicator bit and byte offset to indicate null info,
setIsNullable only seen at FE
--
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]