eldenmoon commented on code in PR #49807:
URL: https://github.com/apache/doris/pull/49807#discussion_r2038716412


##########
be/src/vec/data_types/data_type_struct.h:
##########
@@ -68,6 +68,19 @@ class DataTypeStruct final : public IDataType {
 public:
     static constexpr bool is_parametric = true;
 
+    // Add helper function for case-insensitive comparison
+    static bool case_insensitive_equals(const String& a, const String& b) {

Review Comment:
   find some util  in boost or std or other thirdparty,not manual write 
insensitive compare



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