This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
from b1d07af37 Merge pull request #706 from tisonkun/dict-typos
add 6bda43172 Fix ArrayOfStringsSummary and add .mvn to root.
add b1d9bb80a Add maven.config to .mvn
add 20eeb809c clean up test to remove unused variable.
add 58fbbf978 Added license.
add 60b0b0ce0 Fixed Typo and simplified key values.
add 7c7f6f17f Update pom and try to fix javadoc.yml
add ae402611f Corrections to javadoc.yml
add 175ee1515 Merge branch 'main' into fix_array_of_strings_summary
new 6acf50c34 Merge pull request #705 from
apache/fix_array_of_strings_summary
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:
.github/workflows/javadoc.yml | 84 ++--
.gitignore | 1 +
.mvn/maven.config | 6 +
pom.xml | 463 +++++++++------------
.../tuple/strings/ArrayOfStringsSummary.java | 35 +-
.../tuple/strings/ArrayOfStringsSketchTest.java | 33 +-
.../strings/ArrayOfStringsSummary_Issue699.java | 88 ++++
7 files changed, 376 insertions(+), 334 deletions(-)
create mode 100644 .mvn/maven.config
create mode 100644
src/test/java/org/apache/datasketches/tuple/strings/ArrayOfStringsSummary_Issue699.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]