-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Improve concat
to accept numeric values
#6911
Comments
Please assign to me, I can work on this, thanks! |
Working in progress. Will create pull request after the internal PR review. |
Hi @anderseknert , the change is ready, but when I try to create a PR, it says I must be a collaborator. Do you know what should I do to open this PR? |
You have to first fork OPA, then submit the PR from your fork |
This issue has been automatically marked as inactive because it has not had any activity in the last 30 days. Although currently inactive, the issue could still be considered and actively worked on in the future. More details about the use-case this issue attempts to address, the value provided by completing it or possible solutions to resolve it would help to prioritize the issue. |
When trying to build JSON paths from an array of strings and numbers,
concat
will fail:We can of course work around this by first converting all numbers in the array to strings, but it would be more convenient if concat treated numbers as strings in the first place. I can't think of any reason it shouldn't.
The text was updated successfully, but these errors were encountered: