Skip to content

Conversation

@yzeng1618
Copy link
Contributor

@yzeng1618 yzeng1618 commented Jan 8, 2026

Purpose of this pull request

When table is configured as namespace:table, source split enumeration and scan previously used only the table name, effectively querying the default namespace and returning empty results. This PR makes namespace handling consistent across source components and fails fast when table/regions are missing.
image

image

Does this PR introduce any user-facing change?

Yes. Reading from non-default namespace tables now returns data correctly instead of 0 rows. The docs also clarify that table accepts namespace:table and defaults to default.

How was this patch tested?

Added/updated unit tests for namespace defaulting and source split enumeration; added an e2e case for namespace source config

Check list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants