Nikolay Degterinsky

Results 11 comments of Nikolay Degterinsky

Is there a way to add a test for this? Maybe in `tests/integration/test_storage_kafka`?

> @evillique I am facing a problem with running integration tests locally. I explained the problem in detail in this issue. #40612 Do you happen to know if the method...

Also, there was a change in `writeJSONString()` function definition, so ClickHouse cannot be built in our CI: [log](https://s3.amazonaws.com/clickhouse-test-reports/39277/b45e44b7e740092987b3eda13b6cf9e57fbf0138/fast_test/build_log.txt)

> why not include stack trace as well? What do you mean?

Could you please add the documentation for this new function?

Closed in favor of https://github.com/ClickHouse/ClickHouse/pull/49664

How does this optimization influence execution time if the string contains a non-ASCII character at the end of it, to check the worst-case scenario?

Probably better solution is to never format `tupleElement(('a', 1) AS x, 1)` in a short form as `(('a', 1) AS x).1` because it is not clear whether we are referring...

On the other hand, looking at other examples we do similar somewhat unclear formatting even without aliases: ``` :) SELECT (((1, 1)).1).2 SELECT (tuple((1, 1)).1).2 ``` So unless we want...

- Integration tests (aarch64) [4/6]: https://github.com/ClickHouse/ClickHouse/issues/67210