You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "aromanenko-dev (via GitHub)" <gi...@apache.org> on 2023/09/06 14:10:26 UTC

[GitHub] [beam] aromanenko-dev commented on a diff in pull request #27991: Refactor ConvertHelpers in "core" to not depend on Avro

aromanenko-dev commented on code in PR #27991:
URL: https://github.com/apache/beam/pull/27991#discussion_r1317348884


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/ConvertHelpers.java:
##########
@@ -58,6 +57,8 @@
   "rawtypes"
 })
 public class ConvertHelpers {
+  private static final ServiceLoader<SchemaInformationProvider> SCHEMA_INFORMATION_PROVIDERS =

Review Comment:
   Agree, done



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org