mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Remove TODO comment
This commit is contained in:
parent
1957179058
commit
593c3114a1
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user