Julia Kartseva
Julia Kartseva
Should be good to merge.
Hi, why does [arrayIntersect](https://clickhouse.com/docs/en/sql-reference/functions/array-functions#arrayintersectarr) not work for the purpose?
> @jkartseva Do you have any ideas why 02125_many_mutations may fail in stateless_0? It's not failing in the most recent run. Do you have a link to the job?
Hi! I've built Clickhouse from this PR branch and run a table function without a limit. A few comments before the code review. ### 1. A 'Progress' metric can take...
@mariaKhr Please take a look at my comments above
> Metrics that were not updated in 5 seconds can be removed from the table. I think it may be too choppy / jittery during rendering due to rows changing...
@alexey-milovidov > I'm thinking about how to make it more visible. Maybe we should toggle the metrics display if a user presses some button, e.g., whitespace, during the query run?...
@Volodyachan please take a look at the review comments. Build failure ought to be fixed: https://github.com/ClickHouse/ClickHouse/actions/runs/9224891757/job/25387973912#step:8:11008
@alexey-milovidov `test_azure_blob_storage_plain_rewritable/` integration tests are still failing because there is a bug. Apparently, `Azure::Storage::Blobs::ListBlobsOptions` requires a non-zero `PageSizeHint` set as it is set in the `AzureObjectStorage::listObjects`. The following patch fixes...
- Please add a test for the new flag (possibly, by extending `test_storage_azure_blob_storage`). - Extend the Changelog entry with information that the change is related to Azure Blob storage.