Artem Zuikov
Artem Zuikov
Я вижу это как отдельную функцию `scaledMultiply(a, b, result_scale)`. Если мы обрезаем точность операции, стоит задавать ее явно. Функция может принимать 2 аргумента, тогда result_scale принимается scale-ом первого аргумента.
ColumnShard is an alternative for DataShard (https://github.com/ydb-platform/ydb/tree/main/ydb/core/tx/datashard) at tablet layer. It uses PARTITION BY HASH logic instead of PARTITION BY RANGE (with dynamic ranges and auto splits) used in tables...
One more not working PSK sample  [psk-52ss.complex.gz](https://github.com/jopohl/urh/files/10340991/psk-52ss.complex.gz)
> A samples/symbol value of 10 seems plausible for this signal. If you're talking about my signal above it's 52 samples/symbol. I've selected the 52 sample frame at first copy...
Just make a parquet file with Decimal(19-38, x) with FLBA+DeltaByteArray encoding. And try to read it with non-arrow C++ reader (ClickHouse, DuckDB, Velox).
CH https://github.com/ClickHouse/ClickHouse/issues/62141#issuecomment-2457905015 DuckDB: ``` Invalid Error: Delta Byte Array encoding is only supported for string/blob data ``` Velox: ``` Encoding not supported yet: DELTA_BYTE_ARRAY ```
It looks like the build error in Fast test is related to ``` [2025-10-21 13:41:47] -- submodule jwt-cpp is missing or empty. to fix try run: [2025-10-21 13:41:47] -- git...
@bharatnc how to run Build & Fast test with cleaning cached ENABLE_JWT_CPP?
@bharatnc could you restart tests, please?
There's an empty error in Fast test. How to get info why it fails? Update: found here. https://s3.amazonaws.com/clickhouse-test-reports/PRs/88857/8ada1f314d555343b9aaecf323bce71b74f5d2ef//fast_test/job.log It's not parsed for some reason. ``` [2025-10-29 14:59:26] -- Adding contrib...