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
When using timestreamquery QueryWithContext function with X-Ray, the program panic with the error:
"panic: failed to begin subsegment named 'Timestream Query': segment cannot be found."
The DescribeEndpoints call queued before QueryWithContext is not getting context set up.
Describe the bug
When using timestreamquery QueryWithContext function with X-Ray, the program panic with the error:
"panic: failed to begin subsegment named 'Timestream Query': segment cannot be found."
The DescribeEndpoints call queued before QueryWithContext is not getting context set up.
Current Behavior
Reproduction Steps
SDK version used
v1.7.0
Environment details (Version of Go (go version)? OS name and version, etc.)
go version go1.19.3 darwin/amd64
The text was updated successfully, but these errors were encountered: