Chen768959 opened a new pull request, #40227: URL: https://github.com/apache/doris/pull/40227
When debugging in a Windows environment, the `jdbc_drivers_dir` format is `D:\xxx\xxx`. The `getFullDriverUrl()` will return `file://D:\xxx\xxx`, which does not comply with URI format specifications and will prevent the JDBC jar from being loaded in Windows. The correct FullDriverUrl format should be `file:///D:\xxx\xxx`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org