You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the data generation failed for any reason, (for instance make is not installed) subsequent invocations of tpch_build.sh will fail as well.
In this specific case the problem is that the build script checks if the directory 02_load/SF-xxx exists, not that it actually contains data.
The solution to this would probably be to fail earlier, and thus avoid creating that directory in the first place, but a more holistic approach to error handling might be desirable.
The text was updated successfully, but these errors were encountered:
If the data generation failed for any reason, (for instance
make
is not installed) subsequent invocations oftpch_build.sh
will fail as well.In this specific case the problem is that the build script checks if the directory
02_load/SF-xxx
exists, not that it actually contains data.The solution to this would probably be to fail earlier, and thus avoid creating that directory in the first place, but a more holistic approach to error handling might be desirable.
The text was updated successfully, but these errors were encountered: