Skip to content
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

[BUG] Underlying MSSQL driver error with connector athena-datalakegen2 #2510

Open
debedb opened this issue Jan 8, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@debedb
Copy link

debedb commented Jan 8, 2025

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Creating a lambda based on this results in

2025-01-08 00:44:39 67a87119-0069-48d8-90ad-5de8e2a32ee0 WARN  CompositeHandler:126 - handleRequest: Completed with an exception.
java.lang.StringIndexOutOfBoundsException: begin 0, end -6, length 10
at java.lang.String.checkBoundsBeginEnd(Unknown Source) ~[?:?]
at java.lang.String.substring(Unknown Source) ~[?:?]
at com.microsoft.sqlserver.jdbc.ConfigurableRetryLogic.getCurrentClassPath(ConfigurableRetryLogic.java:290) ~[task/:?]

This is due to the following issue: microsoft/mssql-jdbc#2578

Expected behavior
That error doesn't happen.

Screenshots / Exceptions / Errors
See above

Connector Details (please complete the following information):
2025.1.1

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant