Maven build fails because tpch sample data s3 bucket requires auth

I just forked the repo and attempted to compile using the instructions in the README and hit an error:

[INFO] --- download-maven-plugin:1.2.0:wget (install-tgz) @ dremio-tpch-sample-data ---
Downloading: http://apache-drill.s3.amazonaws.com/files//sf-0.01_tpc-h_parquet_typed.tgz
org.apache.maven.wagon.authorization.AuthorizationException: Access denied to: http://apache-drill.s3.amazonaws.com/files/sf-0.01_tpc-h_parquet_typed.tgz

I was able to work around this by commenting out the “tpch-sample-data” module in the pom.xml in the contrib directory, but are these files supposed to be publicly accessible?

This was a 3rd-party hosted file that is no longer available. We are removing this dependency so your current workaround is OK.