We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Converting to other types are still not supported for json opaque value.
I should check every places where the match TypeCode happens to see whether the types are exhausted.
match TypeCode
The text was updated successfully, but these errors were encountered:
executor: add JSON opaque value condition to everywhere (#37390)
f358b6a
close #37387
YangKeao
Successfully merging a pull request may close this issue.
Enhancement
Converting to other types are still not supported for json opaque value.
I should check every places where the
match TypeCode
happens to see whether the types are exhausted.The text was updated successfully, but these errors were encountered: