yiguolei commented on code in PR #54181:
URL: https://github.com/apache/doris/pull/54181#discussion_r2247387125


##########
be/src/vec/data_types/serde/data_type_ipv4_serde.cpp:
##########
@@ -188,4 +188,19 @@ Status 
DataTypeIPv4SerDe::from_string_strict_mode_batch(const ColumnString& str,
     }
     return Status::OK();
 }
+
+void DataTypeIPv4SerDe::write_one_cell_to_binary(const IColumn& src_column,

Review Comment:
   这个序列化的代码一定得补充好单侧。同时得提供跨X86 和arm的那种基于文件的单测版本。



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

Reply via email to