-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[pkg/telemetryquerylanguage] Concat factory should log when passed unprintable values #13390
Comments
I can take this issue. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Solved as part of #16519. |
Describe the bug
The Concat factory function added in #13120 does not log if non-printable values are passed to it.
Steps to reproduce
Pass a map or an array to the Concat factory function. Nothing is inserted into the resulting string, but the user is not notified.
What did you expect to see?
A log message should be printed informing the user that one of the values they passed is not printable, to ensure they are aware of it and can fix the problem.
Additional context
Relates to #12649.
The text was updated successfully, but these errors were encountered: