[
https://issues.apache.org/jira/browse/BEAM-14222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515540#comment-17515540
]
Bingye Li commented on BEAM-14222:
----------------------------------
Hi [~kileys], I think this is due to a change happened recently on cloud
spanner backend. We changed the table catalog field to return null instead of
databaseId. We should reform this query to "SELECT t.table_name FROM
information_schema.tables AS t WHERE t.table_schema = 'public' at L271.
Do I need to create a new PR to fix it? Does this affect my previous PR? We
want it to be included in the Mar 23 cutoff.
> Test failure
> org.apache.beam.sdk.io.gcp.spanner.SpannerReadIT.testReadAllRecordsInDb
> ------------------------------------------------------------------------------------
>
> Key: BEAM-14222
> URL: https://issues.apache.org/jira/browse/BEAM-14222
> Project: Beam
> Issue Type: Test
> Components: test-failures
> Reporter: Kiley Sok
> Assignee: Bingye Li
> Priority: P2
>
> java.lang.AssertionError: Count PG rows/Flatten.PCollections.out:
> Expected: <5L>
> but: was <0L>
> https://ci-beam.apache.org/job/beam_PostCommit_Java/8806/testReport/junit/org.apache.beam.sdk.io.gcp.spanner/SpannerReadIT/testReadAllRecordsInDb/
--
This message was sent by Atlassian Jira
(v8.20.1#820001)