antban commented on PR #53902: URL: https://github.com/apache/spark/pull/53902#issuecomment-5031312551
According to docs.oracle.com/javase/1.5.0/docs/guide/jdbc/getstart/connection.html There is a well defined JDBC url specification, and it shows in which parts the driver/subprotocol parts should be analyzed. Looking into full JDBC url leads to problems: It is not possible to properly resolve the JDBC url of this format: jdbc:postgresql://host.mysql.com. It makes sense to analyze only the part before `://` for matching, otherwise there is an ambiguity. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
