A segmentation violation occurs when using the ||
(concat) operator in the on
clause of a join
.
#4319
Labels
bug
Something isn't working
DISCLAIMER
I have not clearly identified whether this issue is related to the AWS plugin or the Steampipe engine. If this issue has already been reported or if it is a plugin-level problem, please let me know.
Describe the bug
As stated in the title, a segmentation violation occurs when using the
||
(concat) operator in the on clause of a join.Steampipe version (
steampipe -v
)v0.23.2
To reproduce
Expected behavior
return without error
Actual behavior
The following error occurs:
log
Additional context
It works without any issues if I use
format
instead of||
(concat) as follows.I spent some time troubleshooting this, so I hope this information helps anyone experiencing the same issue.
The text was updated successfully, but these errors were encountered: