You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: