v.19.8Improvements
Make Sequencematch Aggregate Functions Support Other Unsigned Integer Types #5339 (sundyli)
Make sequenceMatch aggregate functions support other unsigned Integer types #5339 (sundyli)Why it matters
The feature addresses the limitation wheresequenceMatch aggregate functions only supported certain integer types. By enabling support for more unsigned integer types, it broadens the applicability of sequenceMatch in use cases involving diverse unsigned integer data, improving flexibility and user experience.How to use it
Users can simply use thesequenceMatch aggregate functions with unsigned integer columns such as UInt8, UInt16, UInt32, and UInt64 without extra configuration, as the support for these types is now built-in.