eldenmoon commented on code in PR #34186:
URL: https://github.com/apache/doris/pull/34186#discussion_r1599347871
##########
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:
remove this comment ,since null should be written
--
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]