[
https://issues.apache.org/jira/browse/BEAM-10336?focusedWorklogId=452484&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-452484
]
ASF GitHub Bot logged work on BEAM-10336:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Jun/20 17:01
Start Date: 29/Jun/20 17:01
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on a change in pull request
#12090:
URL: https://github.com/apache/beam/pull/12090#discussion_r447119597
##########
File path:
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/PubsubJsonTableProvider.java
##########
@@ -54,125 +47,29 @@ public String getTableType() {
}
Review comment:
Yes my intention was that they should be the same. I'm not that
concerned about it being hard-coded for now. We're planning to replace this
class with a general-purpose "wrapper" that can adapt any
`SchemaCapableIOProvider` to the `TableProvider` interface, and I figured
`getTableType` would just call `SchemaCapableIOProvider#identifier`.
That work is tracked in BEAM-10337
----------------------------------------------------------------
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: 452484)
Time Spent: 1h (was: 50m)
> Move PubsubJsonTableProvider logic to core Beam
> -----------------------------------------------
>
> Key: BEAM-10336
> URL: https://issues.apache.org/jira/browse/BEAM-10336
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Scott Lukas
> Assignee: Scott Lukas
> Priority: P2
> Labels: schema-io
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Create abstraction interfaces for Schema Aware IOs within the java core sdk.
> Implement the interface for pubsub, moving the PubsubJsonTableProvider logic.
> Additional details:
> [https://docs.google.com/document/d/1ic3P8EVGHIydHQ-VMDKbN9kEdwm7sBXMo80VrhwksvI/edit?ts=5ef631ef#]
> [~bhulette]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)