You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/07/13 16:01:32 UTC

[GitHub] [beam] lukecwik commented on pull request #12202: [BEAM-10407,10408] Schema Capable IO Table Provider Wrappers

lukecwik commented on pull request #12202:
URL: https://github.com/apache/beam/pull/12202#issuecomment-657646138


   It seems like we are using ServiceProvider incorrectly since we are using ServiceProvider to load providers dynamically which allows `ParquetTableProvider.java` to live in a project containing (or directly depending on the project containing) `ParquetSchemaCapableIOProvider.java` and still outside of `sdks/java/extensions/sql` project. The interface that needs to be shared should be placed in a package that both `sdks/java/extensions/sql` and the IO packages can depend on.


----------------------------------------------------------------
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.

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