[
https://issues.apache.org/jira/browse/BEAM-11173?focusedWorklogId=511456&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-511456
]
ASF GitHub Bot logged work on BEAM-11173:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Nov/20 17:36
Start Date: 13/Nov/20 17:36
Worklog Time Spent: 10m
Work Description: piotr-szuberski removed a comment on pull request
#13319:
URL: https://github.com/apache/beam/pull/13319#issuecomment-726853283
I'm having a quite hard time with raw protobuf problem. It's forbidden to
use raw protobuf in `sdks:java:extensions:sql` but Bigtable requires it if I
want to write tests.
I can't use the pubsub's approach and move Bigtable table provide to
`:sdks:java:io:gcp` because later I'll need BeamSqlTableFilter which is in beam
sql extensions.
A solution would be to create some testing utility that wraps the
BigtableEmulator and bigtable Row creation. But it would have to be public to
be able to use it from the SQL module.
EDIT: I've found that io:gcp has a testing package. I'll emplace the
emulator wrapper in there.
----------------------------------------------------------------
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: 511456)
Time Spent: 40m (was: 0.5h)
> Create Bigtable table provider
> ------------------------------
>
> Key: BEAM-11173
> URL: https://issues.apache.org/jira/browse/BEAM-11173
> Project: Beam
> Issue Type: New Feature
> Components: dsl-sql, io-java-gcp
> Reporter: Piotr Szuberski
> Assignee: Piotr Szuberski
> Priority: P2
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Add Bigtable table provider for BeamSQL.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)