github-actions[bot] commented on code in PR #32780: URL: https://github.com/apache/doris/pull/32780#discussion_r1537262225
########## be/src/vec/data_types/serde/data_type_object_serde.cpp: ########## @@ -95,6 +96,28 @@ void DataTypeObjectSerDe::read_one_cell_from_jsonb(IColumn& column, const JsonbV variant.insert(field); } +void DataTypeObjectSerDe::write_column_to_arrow(const IColumn& column, const NullMap* null_map, Review Comment: warning: method 'write_column_to_arrow' can be made static [readability-convert-member-functions-to-static] ```suggestion static void DataTypeObjectSerDe::write_column_to_arrow(const IColumn& column, const NullMap* null_map, ``` be/src/vec/data_types/serde/data_type_object_serde.cpp:100: ```diff - int end, const cctz::time_zone& ctz) const { + int end, const cctz::time_zone& ctz) { ``` -- 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