matriv commented on PR #29: URL: https://github.com/apache/flink-connector-jdbc/pull/29#issuecomment-1495660925
@eskabetxe FYI, I've found a trick to choose the `CrateDBDialect` based on the `jdbc:crate://` url provided by the user, but internally change it to `jdbc:postgresql://` and therefore use the vanilla PostgreSQL JDBC driver. Therefore, no dedicated RowConverter is need, so I've reverted the corresponding refactoring. -- 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]
