clintropolis opened a new pull request, #17460:
URL: https://github.com/apache/druid/pull/17460

   changes:
   * fix issue when merging projections from multiple-incremental persists 
which was hoping that some 'dim conversion' buffers were not closed, but they 
already were (by the merging iterator). fix involves selectively persisting 
these conversion buffers to temp files in the segment write out directory and 
mapping them and tying them to the segment level closer so that they are 
available after the lifetime of the parent merger
   * modify auto column serializers to use segment write out directory for temp 
files instead of java.io.tmpdir
   * fix queryable index projection to not put the time-like column as a 
dimension, instead only adding it as __time
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to