github-actions[bot] commented on code in PR #32780:
URL: https://github.com/apache/doris/pull/32780#discussion_r1537247202
##########
be/src/vec/data_types/serde/data_type_object_serde.cpp:
##########
@@ -95,6 +95,25 @@ 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:99:
```diff
- int end) const {
+ int end) {
```
--
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]