[chore](fix) Fix some spell errors in be's comments. #13452

This commit is contained in:
xy720
2022-10-20 08:56:01 +08:00
committed by GitHub
parent 3821f8420d
commit f329d33666
48 changed files with 57 additions and 57 deletions

View File

@ -26,7 +26,7 @@ namespace doris::vectorized {
int64_t str_to_date_time(std::string datetime_str, bool data_time) {
VecDateTimeValue v;
v.from_date_str(datetime_str.c_str(), datetime_str.size());
if (data_time) { //bool data_time only to simplifly means data_time or data to cast, just use in time-functions uint test
if (data_time) { //bool data_time only to simplify means data_time or data to cast, just use in time-functions uint test
v.to_datetime();
} else {
v.cast_to_date();