xiaokang commented on code in PR #40573:
URL: https://github.com/apache/doris/pull/40573#discussion_r1794520716


##########
be/src/vec/data_types/serde/data_type_ipv4_serde.h:
##########
@@ -61,6 +61,13 @@ class DataTypeIPv4SerDe : public DataTypeNumberSerDe<IPv4> {
     void read_column_from_arrow(IColumn& column, const arrow::Array* 
arrow_array, int start,
                                 int end, const cctz::time_zone& ctz) const 
override;
 
+    Status write_one_cell_to_json(const IColumn& column, rapidjson::Value& 
result,

Review Comment:
   number -> string



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