typedb-osi / typedb-loader

TypeDB Loader - Data Migration Tool for TypeDB
https://github.com/typedb-osi/typedb-loader
Apache License 2.0
58 stars 17 forks source link

orderedBeforeGenerators and orderedAfterGenerators without ignoreGenerators cause loader to crash #55

Open dmitrii-ubskii opened 2 years ago

dmitrii-ubskii commented 2 years ago

In ConfigurationValidation.java:68-75 getIgnoreGenerators() is called when it may be null, which causes the loader to crash if the orderedBeforeGenerators or orderedAfterGenerators were defined, but ignoreGenerators weren't.