Arthur Passos
Arthur Passos
### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Migration from other databases and updates/deletes are mimicked by...
### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): [#39507](https://github.com/ClickHouse/ClickHouse/pull/39507) ### Documentation entry for user-facing changes - [...
### Changelog category (leave one): - New Feature ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Allow proxy to be bypassed for hosts specified...
1. Fix wrong argument (http method, e.g GET) being passed to `getProxyConfiguration` as protocol (http or https). [Reference](https://github.com/ClickHouse/ClickHouse/blob/652e2e052517b833a9d96c84085be8be9d2de0dd/src/Storages/StorageURL.cpp#L460) 2. Fix missing proxy argument while building `BuilderRWBufferFromHTTP`. [Reference](https://github.com/ClickHouse/ClickHouse/blob/652e2e052517b833a9d96c84085be8be9d2de0dd/src/Storages/StorageURL.cpp#L1322) 3. Fix wrong...
### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Add support for parquet bloom filters ### Documentation entry...
### Changelog category (leave one): - Bugfix ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Fix reading arrays written in braches (#54370 by @arthurpassos)
### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Allow a user to have multiple authentication methods instead...
### Changelog category (leave one): - Bug Fix (user-visible misbehavior in an official stable release) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Fix...
``` public List generateRecords(int n) { List records = new ArrayList(n); for (int i = 0; i < n; i++) { int int32 = random.nextInt(); long int64 = random.nextLong(); boolean...
### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Support S3 access through AWS Private Link Interface endpoints....