Missing many files in last commit
In last commit, a lot of files has been missed
This commit is contained in:
@ -139,7 +139,7 @@ bool TimestampFunctions::check_format(const StringVal& format, DateTimeValue& t)
|
||||
void TimestampFunctions::report_bad_format(const StringVal* format) {
|
||||
std::string format_str((char *)format->ptr, format->len);
|
||||
// LOG(WARNING) << "Bad date/time conversion format: " << format_str
|
||||
// << " Format must be: 'yyyy-MM-dd[ HH:mm:ss]'";
|
||||
// << " Format must be: 'yyyy-MM-dd[ HH:mm:ss]'";
|
||||
}
|
||||
|
||||
IntVal TimestampFunctions::year(
|
||||
|
||||
Reference in New Issue
Block a user