Skip to content

Conversation

mak-42
Copy link

@mak-42 mak-42 commented Dec 22, 2024

This code fails if someone forget to set discriminator in SiftingAppender:

        if (discriminator == null) {
            addError("Missing discriminator. Aborting");
            errors++;
        }
        if (!discriminator.isStarted()) {
            addError("Discriminator has not started successfully. Aborting");
            errors++;
        }

I fixed it and added the test to check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants