tonytanger commented on PR #38056: URL: https://github.com/apache/beam/pull/38056#issuecomment-4206929490
In order to read the structured row keys, an option right now is to read the Materialized View is to use Bigtable SQL https://docs.cloud.google.com/bigtable/docs/introduction-sql. You can see structured row key documentation and examples here https://docs.cloud.google.com/bigtable/docs/structured-row-key-queries The Bigtable Java client library has native support for querying SQL. However, I think there's quite a bit of work to add a new reader to handle SQL correctly. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
