eskabetxe commented on code in PR #143: URL: https://github.com/apache/flink-connector-jdbc/pull/143#discussion_r1900387130
########## flink-connector-jdbc-postgres/src/main/java/org/apache/flink/connector/jdbc/postgres/database/dialect/CompatiblePostgresDialectConverter.java: ########## @@ -18,11 +18,11 @@ package org.apache.flink.connector.jdbc.postgres.database.dialect; -import org.apache.flink.annotation.PublicEvolving; +import org.apache.flink.annotation.Internal; import org.apache.flink.table.types.logical.RowType; /** JDBC converter for PostgreSQL compatible databases. */ -@PublicEvolving +@Internal Review Comment: @snuyanzin already changed and added the exception to architecture tests. When you have time could you check again.. Thanks -- 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]
