Ecosyste.ms: Timeline

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

Algunenano

Algunenano opened a pull request on ClickHouse/ClickHouse
Change format_alter_operations_with_parentheses default to true
<!--- 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 pushed 1 commit to alter_format Algunenano/ClickHouse
  • Add format_alter_operations_with_parentheses to clickhouse-format 8753073

View on GitHub

Algunenano created a branch on Algunenano/ClickHouse

alter_format - ClickHouse is a free analytic DBMS for big data.

Algunenano opened a draft pull request on ClickHouse/ClickHouse
Introduce IColumn_fwd.h
### 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): Intr...
Algunenano created a branch on Algunenano/ClickHouse

icolumn_compilation - ClickHouse is a free analytic DBMS for big data.

Algunenano created a comment on an issue on ClickHouse/ClickHouse
> like this? Yes, but execute `bt` there and it should show the full stacktrace (the list of calls done to reach the crash). It should show something like: ``` (gdb) bt #0 0x0000780b92f90a57 in ...

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
Can you try running it under gdb or opening the coredumps to get a stacktrace?

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
Still flaky: https://s3.amazonaws.com/clickhouse-test-reports/75142/00f544f29df716f326b54484383775b28b538781/stateless_tests__release__old_analyzer__s3__databasereplicated__[2_2].html

View on GitHub

Algunenano reopened an issue on ClickHouse/ClickHouse
Test 03237_create_or_replace_view_atomically_with_atomic_engine is flaky
https://play.clickhouse.com/play?user=play#c2VsZWN0IAp0b1N0YXJ0T2ZIb3VyKGNoZWNrX3N0YXJ0X3RpbWUpIGFzIGQsCmNvdW50KCksIGdyb3VwVW5pcUFycmF5KHB1bGxfcmVxdWVzdF9udW1iZXIpLCAgYW55KHJlcG9ydF91cmwpCmZyb20gY2...
Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
They are for magic_enum.hpp -> https://github.com/Neargye/magic_enum/blob/master/doc/limitations.md#enum-range. I just linked the internal file instead of the github url because I wanted to be fancy

View on GitHub

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

View on GitHub

Algunenano opened a pull request on ClickHouse/ClickHouse
Reduce compilation time of magic_enum related units
### 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): Re...
Algunenano created a branch on Algunenano/ClickHouse

magic_enum_compilation - ClickHouse is a free analytic DBMS for big data.

Algunenano created a comment on an issue on ClickHouse/ClickHouse
Are there anymore `Fatal` error messages? There are a bunch of `Error` messages that look concerning but just one line of fatal (check `grep "<Fatal>" ...`). > Does it reproduce on the most recent...

View on GitHub

Algunenano pushed 1 commit to identifier_h Algunenano/ClickHouse

View on GitHub

Algunenano pushed 1 commit to identifier_h Algunenano/ClickHouse

View on GitHub

Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
Clang format changes it to this style. I'll check what needs to be changed in its config to produce the format you suggest instead

View on GitHub

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

View on GitHub

Algunenano created a review comment on a pull request on ClickHouse/ClickHouse
They used `assert` which required extra includes. I moved them to .cpp because of that and then replaced them with chassert

View on GitHub

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

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
Duplicate from https://github.com/ClickHouse/ClickHouse/issues/70064

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
This is probably the same issue as https://github.com/ClickHouse/ClickHouse/issues/70450. > Do we expect NULL here as the result? Can't return NULL without changing the returning type. > So I t...

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
Please share the table schemas and some data to reproduce. Also, if you have them check what the performance of the query is (you said `while speed decreased` so I'm assuming it got worse). Most li...

View on GitHub

Algunenano created a comment on an issue on ClickHouse/ClickHouse
Please share the environment and reproduction steps. Otherwise this is not actionable

View on GitHub

Algunenano pushed 1 commit to intexp_compilation Algunenano/ClickHouse

View on GitHub

Algunenano created a comment on a pull request on ClickHouse/ClickHouse
I've decided to separate some of the small functions into other files so I can keep intExp10 fully in the header (keeping the old performance) while hidding the long bigint tables away. The main...

View on GitHub

Algunenano pushed 334 commits to intexp_compilation Algunenano/ClickHouse

View on GitHub

Algunenano pushed 1 commit to intexp_compilation Algunenano/ClickHouse
  • Separate small functions into independent files Helps reduce compilation times as intExp.h is currently included eve... 5969ef4

View on GitHub

Algunenano closed an issue on ClickHouse/ClickHouse
02532_send_logs_level_test is flaky
Timeout. Example: https://s3.amazonaws.com/clickhouse-test-reports/60669/f5dc38dad47cd43a45d8cdf346b29775f41aad14/stateless_tests__tsan__[1_4].html Recent failues: https://play.clickhouse.com...
Algunenano closed an issue on ClickHouse/ClickHouse
Should it be possible to create skipping indexes on JSON fields?
### Company or project name _No response_ ### Question I'm experimenting with the new JSON data type in ClickHouse 24.12.1. I'm trying to build ngrambf_v1 index on particular JSON field, or -...
Load more