alamb commented on PR #19244:
URL: https://github.com/apache/datafusion/pull/19244#issuecomment-3634103922

   > Thanks @alamb I think it should work.
   > 
   > I didn't do automatic cloning for benchmarks because:
   > 
   > * the user prob have its own set of data
   > * depending the location where user starts the benchmarking it can be a 
false positive on download and user will end up with multiple clones of 
benchmarks on his local machine.
   
   Yeah, this is definitely a real potential issue. One thing we could do is 
document how to link to an existing checkout 
   
   something like this maybe:
   
   ```shell
   mkdir -p data
   ln -s -f $EXISITING_CHECKOUT/data/tpcds/sf1 data/tpcds_sf`
   ```
   
   🤔 
   


-- 
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]

Reply via email to