-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hey! Noticed there was a bug when running the Java example code with a simple type mismatch. I tried to submit a pull request with the fix but it doesn't seem like I have permission to do so, or I set up my IDE integration incorrectly. Since the fix is fairly simple, I thought I'd just mention it as an issue :)
Variable 'result' parameters "10" needs to be input as int 10 as no implicit conversion exists between "10" and 10. To reflect this change record.get("count").asString() must also be changed to .asInt()
Metadata
Metadata
Assignees
Labels
No labels