piotr-szuberski edited 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:
us...@infra.apache.org


Reply via email to