jherico commented on a change in pull request #17360:
URL: https://github.com/apache/flink/pull/17360#discussion_r719846371
##########
File path: docs/data/sql_connectors.yml
##########
@@ -48,6 +48,12 @@ avro-confluent:
category: format
sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-avro-confluent-registry/$version/flink-sql-avro-confluent-registry-$version.jar
+avro-glue:
+ name: Avro AWS Glue Schema Registry
+ maven: flink-avro-glue-schema-registry
+ category: format
+ sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro-glue-schema-registry/$version/flink-avro-glue-schema-registry-$version.jar
Review comment:
The module is pure java and the only dependencies that it has that are
scala-binary-versioned are `test` or `provided` scope. The module is currently
located
[here](https://repo1.maven.org/maven2/org/apache/flink/flink-avro-glue-schema-registry/)
in the central repository, so I don't think this is the case.
--
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]