ddanielr commented on code in PR #4898:
URL: https://github.com/apache/accumulo/pull/4898#discussion_r1938074420


##########
core/src/main/java/org/apache/accumulo/core/client/rfile/RFile.java:
##########
@@ -428,6 +429,15 @@ default WriterOptions 
withSummarizers(SummarizerConfiguration... summarizerConf)
      */
     WriterOptions withVisibilityCacheSize(int maxSize);
 
+    /**
+     * @param splitResolver builds a {@link LoadPlan} using table split points 
provided by the given
+     *        splitResolver.
+     * @return this
+     * @see RFileWriter#getLoadPlan(String)
+     * @since 2.1.4
+     */
+    WriterOptions withSplitResolver(LoadPlan.SplitResolver splitResolver);

Review Comment:
   Called this method out specifically in #5271 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to