Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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
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 ...
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?
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
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
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...
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
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
Algunenano created a comment on an issue on ClickHouse/ClickHouse
Duplicate from https://github.com/ClickHouse/ClickHouse/issues/70064
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...
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...
Algunenano created a comment on an issue on ClickHouse/ClickHouse
Please share the environment and reproduction steps. Otherwise this is not actionable
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...
Algunenano pushed 334 commits to intexp_compilation Algunenano/ClickHouse
- draft / poc 1b6c602
- add a test 55e387d
- merge minmax and bf eval 679cb6e
- trigger ci f66be67
- extern logical_error a7c78bd
- update test b5d7f78
- update test 49923bb
- explicit in constructor f559037
- update tests 649cf0e
- update comment 0155d62
- address some comments ed0ba4c
- address some comments 940ddaa
- small fix 18bc6dc
- refactor 6eb7176
- remove commented out code b76fa9d
- define err code e8d6eed
- check element.monotonic_functions_chain.empty() c4abc09
- avoid multiple virtual f calls 87e35ef
- style changes 67ebbb7
- hehe f03b3f3
- and 314 more ...
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