[
https://issues.apache.org/jira/browse/BEAM-10407?focusedWorklogId=458167&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-458167
]
ASF GitHub Bot logged work on BEAM-10407:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jul/20 16:01
Start Date: 13/Jul/20 16:01
Worklog Time Spent: 10m
Work Description: 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 458167)
Time Spent: 2h 20m (was: 2h 10m)
> Move Avro and Parquet provider logic to core beam
> -------------------------------------------------
>
> Key: BEAM-10407
> URL: https://issues.apache.org/jira/browse/BEAM-10407
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Scott Lukas
> Assignee: Scott Lukas
> Priority: P2
> Labels: schema-io
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> Implement SchemaIO and SchemaCapableIOProvider for Avro and Parquet.
> Additional details:
> [https://docs.google.com/document/d/1ic3P8EVGHIydHQ-VMDKbN9kEdwm7sBXMo80VrhwksvI/edit#heading=h.x9snb54sjlu9]
> [~bhulette]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)