github-actions[bot] commented on code in PR #24554:
URL: https://github.com/apache/doris/pull/24554#discussion_r1382726908


##########
be/src/vec/data_types/serde/data_type_nullable_serde.cpp:
##########
@@ -335,5 +335,31 @@ Status DataTypeNullableSerDe::write_column_to_orc(const 
std::string& timezone,
     return Status::OK();
 }
 
+
+void DataTypeNullableSerDe::write_one_cell_to_json(const IColumn& column, 
rapidjson::Value& result,

Review Comment:
   warning: method 'write_one_cell_to_json' can be made static 
[readability-convert-member-functions-to-static]
   
   ```suggestion
   static 
   ```
   
   be/src/vec/data_types/serde/data_type_nullable_serde.cpp:340:
   ```diff
   - ,
   - {
   + ,
   + {
   ```
   



-- 
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