You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/10/20 18:10:36 UTC

[GitHub] [drill] paul-rogers commented on issue #1874: DRILL-7405: Avoiding download of TPC-H data

paul-rogers commented on issue #1874: DRILL-7405: Avoiding download of TPC-H data
URL: https://github.com/apache/drill/pull/1874#issuecomment-544276780
 
 
   In general, it is a good idea to have all the files either in the project, or via a Maven dependency. We have another set of data, the "FoodMart" files, which we pull as a jar file from a repo maintained by Julian Hyde.
   
   So, one possibility is to create another Drill repo that just handles supplementary files. In fact, already have one: the test framework. We could add another.
   
   But, I agree with @sohami, the files are small and simple enough that we might as well add them to Drill directly.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services