Skip to content

[Bug]: SpannerIO.Write does not support named schemas #32907

Open
@nielm

Description

@nielm

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:

Performance issue: Mutation references an unknown table: TABLENAME

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

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Infrastructure
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions