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
OS: [e.g. MacOS Big Sur 11.5.1, Windows 10 64-bit] n/a
BI Tool or client name: n/a
BI Tool or client version: n/a
Java version (if known): n/a
Problem Description
Steps to reproduce:
In DocumentDbQueryMappingService original exceptions can be hidden on call to getExceptionMessages(e) - for example, if it throws a null pointer exception, hiding the original exception. This should be adjusted to ensure that the original error is preserved, and other error handling should be investigated to look for similar issues.
Expected behaviour:
Actual behaviour:
Error message/stack trace:
Any other details that can be helpful:
Screenshots
If applicable, add screenshots to help explain your problem.
JDBC log
Add related JDBC log entries here.
The text was updated successfully, but these errors were encountered:
Environment
Problem Description
DocumentDbQueryMappingService
original exceptions can be hidden on call togetExceptionMessages(e)
- for example, if it throws a null pointer exception, hiding the original exception. This should be adjusted to ensure that the original error is preserved, and other error handling should be investigated to look for similar issues.Screenshots
JDBC log
The text was updated successfully, but these errors were encountered: