You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/01/28 00:02:55 UTC

[GitHub] [druid] AlexanderSaydakov opened a new pull request #9269: use the latest datasketches-java-1.2.0-incubating

AlexanderSaydakov opened a new pull request #9269: use the latest datasketches-java-1.2.0-incubating
URL: https://github.com/apache/druid/pull/9269
 
 
   ### Description
   
   This change is to update the version of Apache Datasketches (incubating). This version contains a performance improvement of HLL sketch union operation. A minor change was needed in the test code since it has a rigid assertion of the exact text output of toString() method that has changed slightly (this human-readable summary is intended for debugging).
   This version of Datasketches is not supposed to have any incompatibilities with previous versions.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] gianm merged pull request #9269: use the latest datasketches-java-1.2.0-incubating

Posted by GitBox <gi...@apache.org>.
gianm merged pull request #9269: use the latest datasketches-java-1.2.0-incubating
URL: https://github.com/apache/druid/pull/9269
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] maytasm3 commented on issue #9269: use the latest datasketches-java-1.2.0-incubating

Posted by GitBox <gi...@apache.org>.
maytasm3 commented on issue #9269: use the latest datasketches-java-1.2.0-incubating
URL: https://github.com/apache/druid/pull/9269#issuecomment-580949450
 
 
   There was some new integration tests added to cover datasketches aggregators (ingestion and query time) and also integration tests with Java runtime version 11 (datasketches was known to have some problem with Java 11). Please rebase master to pull in those new tests. (I think you will have to anyway to get the security fix to pass failing tests). Thanks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] ccaominh commented on issue #9269: use the latest datasketches-java-1.2.0-incubating

Posted by GitBox <gi...@apache.org>.
ccaominh commented on issue #9269: use the latest datasketches-java-1.2.0-incubating
URL: https://github.com/apache/druid/pull/9269#issuecomment-579016616
 
 
   You'll need to update the version number in licenses.yaml as well

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org