This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new b4fbfe9687 Making utility accessible to generate metadata file (#12255) b4fbfe9687 is described below commit b4fbfe968757e9e294758c3f524c63fd4667f3bd Author: swaminathanmanish <126024920+swaminathanman...@users.noreply.github.com> AuthorDate: Thu Jan 11 09:49:07 2024 -0800 Making utility accessible to generate metadata file (#12255) --- .../java/org/apache/pinot/segment/local/utils/SegmentPushUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SegmentPushUtils.java b/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SegmentPushUtils.java index dabee5dcb6..0a6be1905b 100644 --- a/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SegmentPushUtils.java +++ b/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SegmentPushUtils.java @@ -398,7 +398,7 @@ public class SegmentPushUtils implements Serializable { * 3. Tar both files into a segment metadata file. * */ - private static File generateSegmentMetadataFile(PinotFS fileSystem, URI tarFileURI) + public static File generateSegmentMetadataFile(PinotFS fileSystem, URI tarFileURI) throws Exception { String uuid = UUID.randomUUID().toString(); File tarFile = --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org