Kacper Madej
Kacper Madej
We hit this issue as well, I believe this is connected with https://github.com/ClickHouse/ClickHouse/issues/33308
@fijemax could you see if this patch works for you? https://github.com/dry-rb/dry-schema/pull/387 It fixes a few problems I've encountered, but I also wouldn't call it a proper fix. In my opinion,...
The issue seems to go away when I swap the enum type to a string in both schemas 🤔 ```ruby first_schema = Dry::Schema.Params do required(:event).filled(:string) required(:name).filled(:string) required(:timestamp).filled(:time) end second_schema =...
Possible duplicate of #316 ?
I believe this is related to https://github.com/shlima/click_house/issues/17 and the root cause is in Clickhouse itself https://github.com/ClickHouse/ClickHouse/issues/33308
1. Each tag is run on a separate node 2. Hive is ~24 minutes, ordered around 20 minutes, random around 15 minutes and JRuby ~7 minutes 3. and 4. we...
Hey guys, any update here? IMO the most flexible approach would be being able to pass an `Experiment` class for any invocation of the `Scientist.science` method. Some ideas: ```ruby #...
It seems that the specs for `CDT Bitwise Operations` and `HLL Operations` are taking excessive time and resources, which causes Github Actions to fail/timeout...
+1 would be handy However, it will require whenever to load the Rails environment when updating the schedule. So my current workaround for this is: ```ruby # load your Rails...
I was about to open an issue about this as well... I looked around the Grape code and I'm not sure how to actually fix the issue. However, I noticed...