dongjoon-hyun commented on code in PR #1141: URL: https://github.com/apache/orc/pull/1141#discussion_r881201813
########## java/bench/fetch-data.sh: ########## @@ -15,8 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. mkdir -p data/sources/taxi -(cd data/sources/taxi; wget -O - https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-11.csv | gzip > yellow_tripdata_2015-11.csv.gz ) -(cd data/sources/taxi; wget -O - https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-12.csv | gzip > yellow_tripdata_2015-12.csv.gz ) +(cd data/sources/taxi; wget https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-11.parquet ) +(cd data/sources/taxi; wget https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-12.parquet ) Review Comment: ~I guess there is a reason why Apache ORC didn't download `.parquet` format. ;)~ -- 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]
