[ 
https://issues.apache.org/jira/browse/BEAM-12164?focusedWorklogId=737429&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-737429
 ]

ASF GitHub Bot logged work on BEAM-12164:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Mar/22 08:36
            Start Date: 07/Mar/22 08:36
    Worklog Time Spent: 10m 
      Work Description: thiagotnunes commented on a change in pull request 
#16844:
URL: https://github.com/apache/beam/pull/16844#discussion_r820475968



##########
File path: 
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/GcpApiSurfaceTest.java
##########
@@ -49,6 +49,10 @@ public void testGcpApiSurface() throws Exception {
             .pruningPattern("org[.]apache[.]beam[.].*Test.*")
             .pruningPattern("org[.]apache[.]beam[.].*IT")
             .pruningPattern("org[.]checkerframework[.].*[.]qual[.].*")
+            // Quick check packages, exposed only in testing

Review comment:
       We added a generator `TimestampGenerator` which is used in testing only. 
The generator needs to be public, otherwise we get a `IllegalAccessException` 
from quickcheck.
   
   Since these classes are used in test only, we thought is was ok to add them 
in exceptions here (like the `checkerframework` or other tests above)




-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 737429)
    Time Spent: 42h  (was: 41h 50m)

> SpannerIO Change Stream Connector
> ---------------------------------
>
>                 Key: BEAM-12164
>                 URL: https://issues.apache.org/jira/browse/BEAM-12164
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-java-core
>            Reporter: Thiago Nunes
>            Assignee: Thiago Nunes
>            Priority: P2
>             Fix For: 2.37.0
>
>          Time Spent: 42h
>  Remaining Estimate: 0h
>
> We would like to augment the existing Google Cloud SpannerIO connector 
> ([https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java)]
>  with the support for Spanner Change Streams (CDC). CDC support is just being 
> implemented in Spanner and it will be exposed through a gRPC API. We will use 
> such API to create a new SpannerIO.readChangeStream(...) implementation.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to