snleee edited a comment on issue #7240: URL: https://github.com/apache/pinot/issues/7240#issuecomment-891363536
@xiangfu0 I was thinking of the similar approach: 1. Download from git URL using `curl` https://github.com/apache/pinot/raw/master/pinot-tools/src/main/resources/examples/batch/airlineStats/rawdata/2014/01/01/airlineStats_data_2014-01-01.avro ``` curl https://raw.githubusercontent.com/apache/pinot/master/pinot-tools/src/main/resources/examples/batch/airlineStats/rawdata/2014/01/01/airlineStats_data_2014-01-01.avro ``` 2. Run `git clone` and then copy the example files. Maybe git supports to checkout the specific directory from the repository. -- 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]
