This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 570139e332 [fix][be] Delete uncivilized comments. (#10578)
570139e332 is described below
commit 570139e33271d7ebd37ac46463288585730df858
Author: liuzhuang2017 <[email protected]>
AuthorDate: Mon Jul 4 22:35:15 2022 +0800
[fix][be] Delete uncivilized comments. (#10578)
---
be/src/vec/runtime/vdatetime_value.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/be/src/vec/runtime/vdatetime_value.cpp
b/be/src/vec/runtime/vdatetime_value.cpp
index d7d8179ba4..b0f009eb56 100644
--- a/be/src/vec/runtime/vdatetime_value.cpp
+++ b/be/src/vec/runtime/vdatetime_value.cpp
@@ -95,7 +95,7 @@ bool VecDateTimeValue::from_date_str(const char* date_str,
int len) {
int digits = pos - ptr;
bool is_interval_format = false;
- // Compatible with MySQL. Shit!!!
+ // Compatible with MySQL.
// For YYYYMMDD/YYYYMMDDHHMMSS is 4 digits years
if (pos == end || *pos == '.') {
if (digits == 4 || digits == 8 || digits >= 14) {
@@ -1693,7 +1693,7 @@ bool DateV2Value::from_date_str(const char* date_str, int
len) {
int digits = pos - ptr;
bool is_interval_format = false;
- // Compatible with MySQL. Shit!!!
+ // Compatible with MySQL.
// For YYYYMMDD/YYYYMMDDHHMMSS is 4 digits years
if (pos == end || *pos == '.') {
if (digits == 4 || digits == 8 || digits >= 14) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]