Anton Popov
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.
Will be fixed in #58661.
Fill be fixed by #59986.
Ok, #59986 fixes this issue only for new analyzer but it still can be reproduced with old analyzer.
Yes, I'll try to add a test.
> 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.