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/11/13 16:14:25 UTC

[GitHub] [beam] piotr-szuberski commented on pull request #13319: [BEAM-11173] Add Bigtable table with read operation

piotr-szuberski commented 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.


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