Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error handling #2

Open
kutsurak opened this issue Nov 27, 2019 · 0 comments
Open

Error handling #2

kutsurak opened this issue Nov 27, 2019 · 0 comments
Labels

Comments

@kutsurak
Copy link
Contributor

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.

@kutsurak kutsurak added the bug label Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant