xiangfu0 commented on code in PR #10034:
URL: https://github.com/apache/pinot/pull/10034#discussion_r1057854104
##########
pinot-spi/src/main/java/org/apache/pinot/spi/ingestion/batch/spec/SegmentGenerationJobSpec.java:
##########
@@ -139,6 +139,11 @@ public class SegmentGenerationJobSpec implements
Serializable {
*/
private String _authToken;
+ /**
+ * Create a separated metadata only tar gz file to reduce the data transfer
of segment metadata push job.
+ */
+ private boolean _createMetadataTarGz = true;
Review Comment:
will update the default
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]