Sergei Turukin

Results 22 issues of Sergei Turukin

Would be great to be able to list replication controllers (kubectl alias `rc`), too!

Sometimes tests fail. Sometimes not. Affected tests are: - unsaved_goto - unsaved_find_usage - issue_13 Have to find correct solution to be able to test such cases.

bug
enhancement

It's not very convenient to use built-in Sublime ordering. Consider showing local var first, then methods, after global symbols. Fuzzy search messes things.

bug
enhancement

Here is the difference between Snowflake and embucket: ```sql CREATE OR REPLACE TABLE variant_test_embucket ( id INT, data VARIANT ); INSERT INTO variant_test_embucket SELECT 1, PARSE_JSON('{"name": "test", "id": "1d110fd7-0f54-4452-8dc6-c4a3eac02024"}'); >...

* Collect metrics during query exectuion if possible * If not possible, collect metrics after query completed * Add an option to cancel running query in the UI * Render...

At the moment it is possible to specify per-executor memory limits. Add support for another mode for resource allocation - per-query. This will be the mode whereas both CPU and...

Certain TPC-DS queries seemingly succeed but still generate warning in the logs: ``` message":"Failed to convert min values to array for column ss_sales_price ``` The error comes from here gttps://github.com/apache/datafusion/blob/b1deb1f376793f3d7c0d65859886fdff99016f25/datafusion/common/src/pruning.rs#L316...

Benchmark

## Summary Implement OpenTelemetry Protocol (OTLP) metrics collection and export functionality in the application. ## Requirements - Configure OTLP metrics collection - Implement metrics exporters for OTLP protocol - Add...