[
https://issues.apache.org/jira/browse/BEAM-10516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Hulette updated BEAM-10516:
---------------------------------
Description:
The SQL extension uses ServiceLoader to load table providers:
https://github.com/apache/beam/blob/v2.22.0/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/BeamCalciteSchemaFactory.java#L85
But the IOs used in the
Possible solution: Refactor TableProvider to beam core in order to solve
Service Loader errors with SchemaCapableIOTableProviderWrapper. Remove
getTableType overrides of SchemaCapableIOProviderWrapper when fixed.
was:
Possible solution: Refactor TableProvider to beam core in order to solve
Service Loader errors with SchemaCapableIOTableProviderWrapper. Remove
getTableType overrides of SchemaCapableIOProviderWrapper when fixed.
> Refactor TableProvider to core beam
> -----------------------------------
>
> Key: BEAM-10516
> URL: https://issues.apache.org/jira/browse/BEAM-10516
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql, sdk-java-core
> Reporter: Scott Lukas
> Assignee: Scott Lukas
> Priority: P2
>
> The SQL extension uses ServiceLoader to load table providers:
> https://github.com/apache/beam/blob/v2.22.0/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/BeamCalciteSchemaFactory.java#L85
> But the IOs used in the
> Possible solution: Refactor TableProvider to beam core in order to solve
> Service Loader errors with SchemaCapableIOTableProviderWrapper. Remove
> getTableType overrides of SchemaCapableIOProviderWrapper when fixed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)