Open nielm opened 1 month ago
If named schemas are used in Spanner database, then SpannerIO does not know about tables created in that schema.
This leads to warnings during writes of the form:
Performance issue: Mutation references an unknown table: TABLENAME
Root cause is that SpannerIO.ReadSpannerSchema only reads information about tables in the default schema.
SpannerIO.ReadSpannerSchema
Priority: 2 (default / most bugs should be filed as P2)
.add-labels: gcp,io,spanner
What happened?
If named schemas are used in Spanner database, then SpannerIO does not know about tables created in that schema.
This leads to warnings during writes of the form:
Root cause is that
SpannerIO.ReadSpannerSchema
only reads information about tables in the default schema.Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components