Re: Cross-platform discrepancies

2020-04-29 Thread Gian Merlino
The way postgres does it sounds pretty reasonable. I'd like to be able to do the reallocations out of the pre-allocated processing buffer, so that way freeing them all at the end of the query is, well, free. (We can just reuse the buffer for the next query without actually doing anything.) Maybe

Re: Moving Average error

2020-04-29 Thread Gian Merlino
Hey Damiano, This is a contrib extension so you might get limited support for it here. That being said, at first, I suggest looking through the logs mentioned by the supervise errors (like /home/damiano/druid/0.17.1/var/sv/coordinator-overlord.log). IIRC you might need to disable the extension

[CRON] Passed: apache/druid#26719 (master - 39722bd)

2020-04-29 Thread Travis CI
Build Update for apache/druid - Build: #26719 Status: Passed Duration: 4 mins and 3 secs Commit: 39722bd (master) Author: Jihoon Son Message: Integration tests for stream ingestion with various data formats (#9783) * Integration tests for stream ingestion