From 3c90d175a9e9f4ef8f10c7c05c78bb0de7010d83 Mon Sep 17 00:00:00 2001 From: Lee Rhodes Date: Sun, 2 Aug 2026 13:17:57 -0700 Subject: [PATCH 1/2] Cleans up the org.apache.datasketches.common.Util.java class. Adds getFile functions that are Posix, Windows and Jar friendly. Fixes a typo in the pom.xml. --- pom.xml | 2 +- .../org/apache/datasketches/common/Util.java | 167 ++++++++++++++---- 2 files changed, 137 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 1e57fec8d..b799caf89 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ under the License.