amorynan commented on code in PR #51613:
URL: https://github.com/apache/doris/pull/51613#discussion_r2139362742
##########
be/src/vec/data_types/serde/data_type_jsonb_serde.cpp:
##########
@@ -294,5 +295,18 @@ Status DataTypeJsonbSerDe::read_column_from_pb(IColumn&
column, const PValues& a
}
return Status::OK();
}
+
+Status DataTypeJsonbSerDe::write_column_to_jsonb(const IColumn& column,
JsonbWriter** results,
Review Comment:
If U add new interface for Serde, please add UT case for it .
--
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]