You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2023/03/20 18:05:06 UTC

[datasketches-java] branch master updated (87ca0c98 -> 9f0f4144)

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


    from 87ca0c98 Merge pull request #433 from apache/change_codeql_workflow_name
     add 0bea5d67 Found a minor discrepancy between the documentation of the getQuantiles(int numEvenlySpaced) methods and the implementation of the QuantilesUtil.evenlySpaced(...) method.
     add d01fa8b3 Oops, forgot to change the tests affected by this update.
     add 9c88a5a7 Reverted and added back the file that was accidentally removed.
     add f06c443d Fixed malformed HTML:
     new 9f0f4144 Merge pull request #435 from apache/minor-updates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../datasketches/quantilescommon/QuantilesDoublesAPI.java      |  2 +-
 .../datasketches/quantilescommon/QuantilesFloatsAPI.java       |  2 +-
 .../datasketches/quantilescommon/QuantilesGenericAPI.java      |  2 +-
 .../org/apache/datasketches/quantilescommon/QuantilesUtil.java | 10 ++++++----
 .../datasketches/quantiles/HeapUpdateDoublesSketchTest.java    |  2 +-
 .../org/apache/datasketches/quantiles/ItemsSketchTest.java     |  2 +-
 6 files changed, 11 insertions(+), 9 deletions(-)


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


[datasketches-java] 01/01: Merge pull request #435 from apache/minor-updates

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit 9f0f41449b48f113508e8410aae473b5884b69e1
Merge: 87ca0c98 f06c443d
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Mar 20 11:04:59 2023 -0700

    Merge pull request #435 from apache/minor-updates
    
    Found a minor Javadoc vs implementation discrepancy.

 .../datasketches/quantilescommon/QuantilesDoublesAPI.java      |  2 +-
 .../datasketches/quantilescommon/QuantilesFloatsAPI.java       |  2 +-
 .../datasketches/quantilescommon/QuantilesGenericAPI.java      |  2 +-
 .../org/apache/datasketches/quantilescommon/QuantilesUtil.java | 10 ++++++----
 .../datasketches/quantiles/HeapUpdateDoublesSketchTest.java    |  2 +-
 .../org/apache/datasketches/quantiles/ItemsSketchTest.java     |  2 +-
 6 files changed, 11 insertions(+), 9 deletions(-)


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