Remove TODO comment

This commit is contained in:
Robert Schulze 2023-10-13 13:24:26 +00:00
parent 1957179058
commit 593c3114a1
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -73,9 +73,6 @@ struct CustomWeekTransformImpl
if constexpr (std::is_same_v<FromDataType, DataTypeString>)
{
/// TODO: remove this entire if constexpr branch, move the parsing code into DateTimeTransforms (yes, even if that will
/// duplicate a few lines of code)
static const DateLUTImpl & utc_time_zone = DateLUT::instance("UTC");
const auto * sources = checkAndGetColumn<DataTypeString::ColumnType>(source_col.get());