Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Algunenano created a branch on Algunenano/ClickHouse
packed_rowrefs - ClickHouse is a free analytic DBMS for big data.
Algunenano pushed 4584 commits to remove_usage_of_deprecated_settings Algunenano/ClickHouse
- try to fix test 6d0876b
- Add finals 38bd543
- Add test 3bc7315
- Trivial change 1d0caf1
- Add `http_response_headers` setting 076a8f8
- Add `http_response_headers` setting 87601d4
- Check for duplicates bdff479
- Add `http_response_headers` setting 2372e9f
- Add `http_response_headers` setting e841e74
- (docs) Fix examples for replication 777dd21
- bug fix 14d07d8
- Merge pull request #72656 from ClickHouse/http_response_headers Add `http_response_headers` setting 2326d12
- Merge branch 'master' into update-nuraft e95c35e
- impl 0041fdf
- make Field rvalue reference safeGet to return a copy of its content instead of reference 76dee30
- Merge branch 'master' into better-memory-usage-estimation e940cea
- Add lazy dict settings to system.server_settings a8b9344
- Fix inaccurate MemoryTracking metric in case of allocation failures MemoryTracking metric takes into account memory ... 88a3dbe
- add reference to relevant settings for mysql table function 90e1ca8
- fix a929dc7
- and 4564 more ...
Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
Good point!
Algunenano created a comment on an issue on ClickHouse/ClickHouse
Check the logs to see what's being reported at the start of the errors. CH maintains a single keeper connection, so when something happens all messages are "cancelled" and a new connection needs to...
Algunenano created a comment on a pull request on ClickHouse/ClickHouse
BTW, we have `Critical Bug Fix (crash, data loss, RBAC) or LOGICAL_ERROR` for this exact case. Any fix for a crash should be backported
Algunenano closed a pull request on ClickHouse/ClickHouse
Make QueryPlanSerializationSettings a pImpl
### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Make...Algunenano closed a pull request on ClickHouse/ClickHouse
Revert "Add connection reestablisher to mysql and postgres dictionary pools"
Reverts ClickHouse/ClickHouse#71101 Extremely flaky testsAlgunenano opened an issue on ClickHouse/ClickHouse
Bad cast from type {} to {} with optimize_functions_to_subcolumns
https://s3.amazonaws.com/clickhouse-test-reports/0/90a6a87d0b9409485168eab37962b0d486468311/ast_fuzzer__ubsan_.html ``` CREATE TABLE IF NOT EXISTS agg_table__fuzz_0 (`time` DateTime CODEC(Dou...Algunenano pushed 112 commits to private_settings Algunenano/ClickHouse
- Correct access rights check when performing `RESTORE` for users/roles 4a507b2
- fix comment cba01b3
- rename test 24ad546
- more_stable_wv_test: add sleep e88ed0b
- init 98c00cf
- Add lazy dict settings to system.server_settings a8b9344
- Add setting max_backup_bandwidth to backup/restore query. a8a4e0e
- tests: fix flakiness of 03001_consider_lwd_when_merge Refs: https://github.com/ClickHouse/ClickHouse/blob/273c294ddf... 3541011
- Add function normalizedGini ae87b32
- Fix style fd1f88e
- Fix style 5064af7
- make function name case sensitive 0a27adb
- update tests 2bcc228
- Merge branch 'master' into pufit/correct-access-rights-check-restore bb35fcb
- Fix and comments 0cdaf0d
- Automatic style fix 18cdbf2
- Fix 5c6f10b
- optimize 10ba532
- init 0387b78
- Fix typo c197a28
- and 92 more ...
Algunenano created a comment on an issue on ClickHouse/ClickHouse
https://fiddle.clickhouse.com/0dfe4552-e684-429f-927d-0e3b627501d8 Having `c` go from { count: 3, error: 0 } to { count 13, error: 10 } seems abnormally high. Either the algorithm is bad, or our...
Algunenano opened a pull request on ClickHouse/ClickHouse
Revert "Add connection reestablisher to mysql and postgres dictionary pools"
Reverts ClickHouse/ClickHouse#71101 Extremely flaky testsAlgunenano created a comment on a pull request on ClickHouse/ClickHouse
The tests are extremely flaky: https://s3.amazonaws.com/clickhouse-test-reports/0/2467a49811ab830db479ab26fb41a266916aeeb3/integration_tests__asan__old_analyzer__[1_6].html I'm reverting it temp...
Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
`ASTFunction` doesn't mean anything to users
Algunenano opened an issue on ClickHouse/ClickHouse
Unexpected node type for table expression. Expected table, table function, query, union, join or array join. Actual CROSS_JOIN
https://s3.amazonaws.com/clickhouse-test-reports/73463/1475c53807e8b5065b0b44fe9b9732e7bfb72285/stress_test__tsan_.html ``` SELECT DISTINCT 1 AS `1` FROM `test_11`.`bug_13492` AS `__table1`, nu...Algunenano created a comment on an issue on ClickHouse/ClickHouse
Caused by https://github.com/ClickHouse/ClickHouse/pull/72572
Algunenano opened a draft pull request on ClickHouse/ClickHouse
HashTablesStatistics: Move logging outside of the lock
<!--- A technical comment, you are free to remove or leave it as it is when PR is created The following categories are used in the next scripts, update them accordingly utils/changelog/changelog...Algunenano created a branch on Algunenano/ClickHouse
logs - ClickHouse is a free analytic DBMS for big data.
Algunenano created a comment on a pull request on ClickHouse/ClickHouse
I'll update the PR to force the rerun
Algunenano opened a pull request on ClickHouse/ClickHouse
Make QueryPlanSerializationSettings a pImpl
### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Make...Algunenano created a branch on Algunenano/ClickHouse
more_settings - ClickHouse is a free analytic DBMS for big data.