Release 0.263
There is a correctness bug around aggregations when spilling is enabled which is introduced by #16788
Add key-based sampling feature that samples tables at query time. This feature can be enabled using session property
key_based_sampling_enabled=true
. Additionally, default sampling rate and sampling function name can be overridden by sessions properties andkey_based_sampling_function
respectively.