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

mmiller pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 83211c2  Refactor listSplits operation when using maxSplits (#2381)
     add ff4e542  Create GenerateSplits utility (#2368)

No new revisions were added by this update.

Summary of changes:
 assemble/pom.xml                                   |   5 +
 assemble/src/main/assemblies/component.xml         |   1 +
 core/pom.xml                                       |   4 +
 .../accumulo/core/file/rfile/GenerateSplits.java   | 361 +++++++++++++++++++++
 .../apache/accumulo/core/file/rfile/PrintInfo.java |  27 +-
 .../core/file/rfile/GenerateSplitsTest.java        | 164 ++++++++++
 pom.xml                                            |   5 +
 .../apache/accumulo/test/start/KeywordStartIT.java |   2 +
 8 files changed, 557 insertions(+), 12 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/accumulo/core/file/rfile/GenerateSplits.java
 create mode 100644 
core/src/test/java/org/apache/accumulo/core/file/rfile/GenerateSplitsTest.java

Reply via email to