Gabriel39 commented on code in PR #23631:
URL: https://github.com/apache/doris/pull/23631#discussion_r1309526121


##########
be/src/vec/runtime/vdatetime_value.h:
##########
@@ -744,12 +744,6 @@ class DateV2Value {
 
     DateV2Value(const DateV2Value<T>& other) { int_val_ = 
other.to_date_int_val(); }
 
-    static DateV2Value create_from_olap_date(uint64_t value) {
-        DateV2Value<T> date;
-        date.from_olap_date(value);
-        return date;
-    }
-
     static DateV2Value create_from_olap_datetime(uint64_t value) {

Review Comment:
   delete this function



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