This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch Fix_getResultAndReset in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit da3123d872478256ac38380728a535cafc5d5327 Author: Lee Rhodes <[email protected]> AuthorDate: Mon Aug 4 13:56:02 2025 -0700 commit corrected testng.xml --- tools/testng.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/testng.xml b/tools/testng.xml index 834cca0b8..6571f092c 100644 --- a/tools/testng.xml +++ b/tools/testng.xml @@ -35,7 +35,6 @@ under the License. <package name="org.apache.datasketches.kll" /> <package name="org.apache.datasketches.partitions" /> <package name="org.apache.datasketches.quantiles" /> - <package name="org.apache.datasketches.quantiles2" /> <package name="org.apache.datasketches.quantilescommon" /> <package name="org.apache.datasketches.req" /> <package name="org.apache.datasketches.sampling" /> @@ -44,8 +43,8 @@ under the License. <package name="org.apache.datasketches.thetacommon" /> <package name="org.apache.datasketches.tuple.adouble" /> <package name="org.apache.datasketches.tuple.aninteger" /> - <package name="org.apache.datasketches.arrayofdoubles" /> - <package name="org.apache.datasketches.strings" /> + <package name="org.apache.datasketches.tuple.arrayofdoubles" /> + <package name="org.apache.datasketches.tuple.strings" /> <package name="org.apache.datasketches.tuple" /> </packages> </test> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
