Skip to content

Commit

Permalink
fix rt
Browse files Browse the repository at this point in the history
  • Loading branch information
liutang123 committed Jan 16, 2025
1 parent d289fd4 commit 8559df8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions be/src/vec/runtime/vdatetime_value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ bool VecDateTimeValue::from_date_str_base(const char* date_str, int len,
} else {
return false;
}
case 2:
case 3:
case 4:
if (*ptr == ':') {
Expand Down Expand Up @@ -2205,6 +2206,7 @@ bool DateV2Value<T>::from_date_str_base(const char* date_str, int len, int scale
} else {
return false;
}
case 2:
case 3:
case 4:
if (*ptr == ':') {
Expand Down

0 comments on commit 8559df8

Please sign in to comment.