Anton Popov

Results 11 comments of Anton Popov

It's a bug in interpreting of expressions in `Values` format. ```sql DROP TABLE IF EXISTS transactions; CREATE TABLE transactions ( arr Array(Array(Tuple(bonus Int32, bonusPriority UInt8))) ) ENGINE = Memory; INSERT...

Test failures are unrelated.

Ok, #59986 fixes this issue only for new analyzer but it still can be reproduced with old analyzer.

> how did you discover this? We use this sdk for integration with azure blob storage in ClickHouse. I ran a stress test with heavy queries and after finishing it...

Sorry for the delay, it appeared to be harder to add test than I thought.

The idea of refactoring is to unify creation of client in azure disk and in azure storage.

The PR has failed: too many conflicts. Basically it's required to reimplement it from scratch.