Creating custom type leading to class definition not found #23137
Unanswered
satishbhor
asked this question in
Q&A
Replies: 3 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Created following custom type with custom Bitmap.class as java type,
But executing some functions/operator giving below error
Also when we use some java types which is already present in standard lib like
super(new TypeSignature(BITMAP), RoaringBitmap.class)
some class loader conflict happens and leading toCallSite bootstrap method initialization exception
.Please advise in case I am missing something.
Beta Was this translation helpful? Give feedback.
All reactions