You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix system UDF for indexes to not use componentId arg (#39152)
When `componentId` is an argument, we automatically execute the query in the component's namespace. We shouldn't do that for this system UDF because the `_index` and `_index_backfills` tables are not per-component.
GitOrigin-RevId: 2fc6bec624302b34d6e55986eb37f2464b3ee490
0 commit comments