-
Notifications
You must be signed in to change notification settings - Fork 90
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
AvroTypeException for some edge cases. #156
Comments
This is to reproduce the bug #156 in a unit-test environment.
I did not mean to close this (GitHub's misinterpretation of the PR comment). |
The root cause of this bug seems to be here in Bunsen where the schema for a It seems to me that the choice of using Avro |
Changing this to P0 since it is blocking #168 too. |
Update: I made this tentative fix on the Bunsen side. With that change incorporated locally, I verified that this bug will be fixed in this commit. @kimaina, is it possible for you to patch these two commits in your local environment and test the batch pipeline with your data? |
@bashir2 thank you for working on this! Let me test this out then get back to you! |
Update: This is to confirm that this tentative fix on the Bunsen side and this commit. |
We don't know the root cause of this issue yet but @kimaina has reported the following exception in some special Observation resource cases:
The full stack trace is here. This is coming from this line and as a temporary work-around, an exception handling is added around this line in PR #155. This will log the resource ID that causes this so it should be easy to find the exact resource that triggers this.
The text was updated successfully, but these errors were encountered: