-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
Enhancement
For now tiflash truncate
use ClickHouse code, the first argument cannot be Decimal(check
//{tipb::ScalarFuncSig::TruncateDecimal, "cast"}, |
tiflash/dbms/src/Functions/FunctionsRound.h
Line 686 in 1697c72
if (!scale_column.isColumnConst()) |
floor/ceil
because they only support one argument, but not ok for truncate
, because it support two arguments).Metadata
Metadata
Assignees
Labels
type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.