Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Algunenano pushed 129 commits to recursive_cte_analyzer_off Algunenano/ClickHouse
- Skipping index cache fa81342
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 598c0e8
- Add comment about memory consumption e61ce63
- Docs 09f619c
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 aebfca6
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 4297208
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 afa5f42
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 8d0ed19
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 530dacc
- stash c456d0a
- fix build 4d608d3
- stash 49a6dec
- builds 3be22b1
- stash 733de3d
- stash a3d2d20
- stash ce7724a
- stash not thread-safe 13ab316
- upd test ddcb90c
- stash 4f21a79
- fix 9f9f650
- and 109 more ...
Algunenano pushed 129 commits to metadatamanager Algunenano/ClickHouse
- Skipping index cache fa81342
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 598c0e8
- Add comment about memory consumption e61ce63
- Docs 09f619c
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 aebfca6
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 4297208
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 afa5f42
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 8d0ed19
- Merge remote-tracking branch 'ClickHouse/master' into skipping-index-cache2 530dacc
- stash c456d0a
- fix build 4d608d3
- stash 49a6dec
- builds 3be22b1
- stash 733de3d
- stash a3d2d20
- stash ce7724a
- stash not thread-safe 13ab316
- upd test ddcb90c
- stash 4f21a79
- fix 9f9f650
- and 109 more ...
Algunenano opened a pull request on ClickHouse/ClickHouse
Fix sync settings
<!--- 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
sync_settings_20250114 - ClickHouse is a free analytic DBMS for big data.
Algunenano opened an issue on ClickHouse/ClickHouse
03272_parallel_replicas_read_in_order is flaky
[ci db](https://play.clickhouse.com/play?user=play#CldJVEgKICAgIGZhbHNlIGFzIG9ubHlfbWFzdGVyClNFTEVDVCAqCkZST00gKApTRUxFQ1QKICAgIHB1bGxfcmVxdWVzdF9udW1iZXIgYXMgcHJudW0sCiAgICBzdWJzdHIoY29tbWl0X3NoYS...Algunenano pushed 242 commits to metadatamanager Algunenano/ClickHouse
- update index pages as part of docs improvement to make breadcrumbs clickable c32f174
- update aspell-ignore with 'sqlreference' 6fa14d4
- make some code stricter b6c9647
- move files 72f12ca
- move part properties from merge selectors da37644
- add more strict checks for ttl merge selectors 7f67605
- add visibile parts collector 1dce567
- add combinator 01bd4bf
- mv PartitionIdToTTLs to public 3416865
- rename interface file 415cbef
- add applier 37b5ff3
- add statistics 6ab8f37
- fix 7e64a3f
- make due times const ref a05bffc
- remove static 61a2a3f
- persist d4908b4
- mv 03534b3
- use level from part info 802cf59
- change collector api f682b1b
- simplify applier 39599ac
- and 222 more ...
Algunenano created a comment on an issue on ClickHouse/ClickHouse
Can't reproduce: https://fiddle.clickhouse.com/24c5d6e4-62a8-4f5b-960a-464485c6cc54 Can you please share a fiddle link that reproduces the issue?
Algunenano created a comment on an issue on ClickHouse/ClickHouse
You are using a really obsolete version of CH. There have been multiple improvements to the usability of MVs, which now will execute all MV in case of an error to one of them. IIRC the order of ...
Algunenano opened a pull request on ClickHouse/ClickHouse
Provide a better error message when using RECURSIVE CTE with the old analyzer
### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Provide a better error message when using RE...Algunenano pushed 3 commits to recursive_cte_analyzer_off Algunenano/ClickHouse
Algunenano closed a pull request on ClickHouse/ClickHouse
Recursive CTEs require the new analyzer
Added a TIP callout to highlight that the new analyzer must be enabled to execute recursive CTEs. <!--- A technical comment, you are free to remove or leave it as it is when PR is created The ...Algunenano created a branch on Algunenano/ClickHouse
recursive_cte_analyzer_off - ClickHouse is a free analytic DBMS for big data.
Algunenano created a comment on a pull request on ClickHouse/ClickHouse
I'm having a look to see how complex it'd be to throw a proper error message when a recursive CTE is used in the old analyzer. That way we don't have to rely on whatever odd error message you might...
Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
Could you please enable `echoOn` for this file? Otherwise matching the query with the reference is quite tiresome
Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
This doesn't seem to benefit at all from being a template parameter. Have you considered a constructor argument instead?
Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
This looks like it should be part of `FunctionConvert::hasInformationAboutMonotonicity()` or even somehow inside `ToDateTimeMonotonicity`, but not not a custom function in KeyCondition
Algunenano closed a pull request on ClickHouse/ClickHouse
Support returning the default Enum type in more aggregate functions
### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Support returning the default Enum type in...Algunenano pushed 2639 commits to fix-73307 amosbird/ClickHouse
- Merge branch 'ClickHouse:master' into datetime64-range 79fc922
- Fix typo 74e52f3
- Add back setting which was removed by accident ae886cb
- Merge branch 'ClickHouse:master' into restore_short_circuit_func ae065b9
- Fix error e12ffe5
- Fix typo and remove something that I don't recognize 738b8d2
- Fix bad test, @CheSema 05b217c
- OpenTelemetry is production-ready (2) 22d79e4
- OpenTelemetry is production-ready (2) 20a5aa1
- Merge pull request #73840 from ClickHouse/bf16_production BFloat16 is production-ready d409fda
- Merge pull request #73842 from ClickHouse/fix-bad-test-chesema Fix bad test, @CheSema a69b405
- Highlight trailing spaces in Pretty formats 44f1b87
- Better highlighting 90c3a48
- Update tests 7f899db
- Update 03295_half_parquet.sh bbf7948
- Fix error 4447b34
- Merge branch 'master' into issues/69286/enable ad599f2
- Autodetect input compression in CLI 9fd150a
- Merge branch 'master' into highlight-whitespaces d98da23
- Merge pull request #73120 from Algunenano/settings_default_settings Support SETTINGS with implicit ENGINE and mixing... ea78455
- and 2619 more ...
Algunenano created a branch on Algunenano/ClickHouse
metadatamanager - ClickHouse is a free analytic DBMS for big data.
Algunenano closed an issue on ClickHouse/ClickHouse
Logical error with suspicious `LowCardinality`: `Function toInt256 with Null argument and default implementation for Nulls is expected to return Nullable result, got Int256`
**Describe the bug** A link to the report **How to reproduce** ```sql SET allow_suspicious_low_cardinality_types = 1; SET send_logs_level = 'error'; DROP TABLE IF EXISTS t_primary_index_c...Algunenano closed a pull request on ClickHouse/ClickHouse
Fix Logical error with suspicious LowCardinality: Function toInt256 with Null argument and default implementation for Nulls is expected to return Nullable result, got Int256
### 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): Fix ...Algunenano opened a pull request on ClickHouse/ClickHouse
clickhouse-test: Sleep between checks in parallel runs
### 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): cl...Algunenano created a branch on Algunenano/ClickHouse
clickhouse-test-parallel - ClickHouse is a free analytic DBMS for big data.