[Fix](function) Fix unix_timestamp core for string input (#32871)
This commit is contained in:
@ -3265,7 +3265,7 @@ bool DateV2Value<T>::unix_timestamp(std::pair<int64_t, int64_t>* timestamp,
|
||||
ctz);
|
||||
timestamp->first = tp.time_since_epoch().count();
|
||||
timestamp->second = date_v2_value_.microsecond_;
|
||||
} else {
|
||||
} else { // just make compiler happy
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user