Conversation
| $CLICKHOUSE_CLIENT -q "select countDistinct(n), countDistinct(a1) from t" | ||
|
|
There was a problem hiding this comment.
It used to produce different results with Memory and MergeTree/Log, I have no ideas why:
https://gist.github.com/tavplubix/8fafec4bca6a1b78087afd99aea85ff9
There was a problem hiding this comment.
You did not specify seed, so random seed is selected.
|
@tavplubix See also #20480 |
|
@Mergifyio update |
|
Command
|
|
Fast test - 01156_pcg_deserialization - |
|
@tavplubix It is broken here: #24523 |
|
@Mergifyio update |
|
Command
|
|
It should not affect #20480, because quantileDeterministic does not use rng. |
|
Now the test fails due to another bug: It should not ignore parameters of nested aggregate function. I will try to fix it. |
Backport #24538 to 21.6: Fix pcg deserialization
Backport #24538 to 21.3: Fix pcg deserialization
Backport #24538 to 21.5: Fix pcg deserialization
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fixed bug in deserialization of random generator state with might cause some data types such as
AggregateFunction(groupArraySample(N), T))to behave in a non-deterministic way