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

Fix minor issues with isOfInterest #3410

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

awildturtok
Copy link
Collaborator

Hopefully fixes

java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "it.unimi.dsi.fastutil.objects.Object2IntMap.get(Object)" is null
        at com.bakdata.conquery.models.events.Bucket.getEntityStart(Bucket.java:110)
        at com.bakdata.conquery.models.query.queryplan.TableExportQueryPlan.execute(TableExportQueryPlan.java:95)
        at com.bakdata.conquery.models.query.QueryJob.get(QueryJob.java:30)
        at com.bakdata.conquery.models.query.QueryJob.get(QueryJob.java:12)
        at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.base/java.lang.Thread.run(Unknown Source)

@awildturtok awildturtok merged commit 078ddab into develop Apr 29, 2024
6 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feature/is-of-interest-revisited branch April 29, 2024 09:14
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.

None yet

2 participants