Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Algunenano

Algunenano created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

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 ...

View on GitHub

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 ...

View on GitHub

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

View on GitHub

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?

View on GitHub

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 ...

View on GitHub

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 1 commit to recursive_cte_analyzer_off Algunenano/ClickHouse

View on GitHub

Algunenano pushed 3 commits to recursive_cte_analyzer_off Algunenano/ClickHouse
  • Recursive CTEs require the new analyzer Added a TIP callout to highlight that the new analyzer must be enabled to ex... 7dfef4c
  • Update docs 55aed1b
  • Update docs d8eb4cf

View on GitHub

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...

View on GitHub

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

View on GitHub

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?

View on GitHub

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

View on GitHub

Algunenano created a review on a pull request on ClickHouse/ClickHouse

View on GitHub

Algunenano deleted a branch Algunenano/ClickHouse

proper_enum_default

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 deleted a branch Algunenano/ClickHouse

clickhouse-test-parallel

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 ...

View on GitHub

Algunenano created a review on a pull request on ClickHouse/ClickHouse
Nice.

View on GitHub

Algunenano pushed 1 commit to metadatamanager Algunenano/ClickHouse

View on GitHub

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.

Load more