diff --git a/utils/windowfunction/idborderby.cpp b/utils/windowfunction/idborderby.cpp index 8e5a63e1f..302241047 100644 --- a/utils/windowfunction/idborderby.cpp +++ b/utils/windowfunction/idborderby.cpp @@ -268,6 +268,7 @@ void CompareRule::compileRules(const std::vector& spec, const rowgr case CalpontSystemCatalog::BIGINT: case CalpontSystemCatalog::DECIMAL: case CalpontSystemCatalog::UDECIMAL: + case CalpontSystemCatalog::TIME: { Compare* c = new IntCompare(*i); fCompares.push_back(c); @@ -319,7 +320,6 @@ void CompareRule::compileRules(const std::vector& spec, const rowgr case CalpontSystemCatalog::DATE: case CalpontSystemCatalog::DATETIME: case CalpontSystemCatalog::TIMESTAMP: - case CalpontSystemCatalog::TIME: { Compare* c = new UintCompare(*i); fCompares.push_back(c);