Virushade
Virushade
@Geometrein I have also met the same error message, and installing `pyyaml` as instructed [here](https://druid.apache.org/docs/latest/development/build/#potential-issues) fixed it for me. ```shell pip3 install pyyaml ``` Hope this helps! 😄
@FrankChen021 Thanks for the feedback, I have added Integration tests by allowing CI to build Druid image with all extension-contrib packages. Added examples for Bitmap64ExactCountBuild + Bitmap64ExactCountMerge from rolled-up Bitmap64...
Hello @adarshsanjeev, would like to ping and see how's it going 😄
Hello, I plan to give a shot at this. I am referencing the other MinAggregator classes, and am now figuring out what the BufferAggregator and AggregatorFactory are for. While I...
I will try giving this a go. 😄
Hi, @johnImply, would like to clarify if the requirement is to change the web console view to display values in datetime format?
Hi @johnImply, I would like your (or the community's) advice on the following matter: Currently, we can allow our columns to display data in datetime format by using `MILLIS_TO_TIMESTAMP`, here's...
Hi @clintropolis, I have looked through #18176, and understand the operations of segment cache loading as such. Correct me if I am wrong: 1. Coordinator assigns segments S1, S2, S3...
I also see that you have rendered isLazyLoadOnStart() introduced in #6988 at `SegmentLocalCacheManager` obsolete by changing from the above to below: ``` final Segment segment = factory.factorize(dataSegment, segmentFiles, config.isLazyLoadOnStart(), loadFailed);...
I'm not really that familiar with the load rules, will it work for Historicals during start-up, and not just for Historicals that have been running for a while? A picture...