vrajat opened a new pull request, #14573: URL: https://github.com/apache/pinot/pull/14573
`GenerateDataCommand` can generate data in multiple files. The number of files is specified using `-numFiles`. File name are generated with an int as the suffix starting from 0. This PR adds the ability to specify the starting number. With this feature, it is possible to generate a dataset across multiple runs of `GenerateDataCommand`. The starting number can be specified using `-fileIndex` argument. Default is 0. -- 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]
