felixwluo commented on code in PR #34186:
URL: https://github.com/apache/doris/pull/34186#discussion_r1599352464


##########
be/src/vec/data_types/serde/data_type_nullable_serde.cpp:
##########
@@ -238,13 +238,14 @@ void DataTypeNullableSerDe::write_one_cell_to_jsonb(const 
IColumn& column, Jsonb
                                                     Arena* mem_pool, int32_t 
col_id,
                                                     int row_num) const {
     auto& nullable_col = assert_cast<const ColumnNullable&>(column);
+    result.writeKey(col_id);
     if (nullable_col.is_null_at(row_num)) {
         // do not insert to jsonb

Review Comment:
   done



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to