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
WorkerImpl: Skip null dimensions when emitting metrics. (#19079)
If a query ends without a worker ever receiving a work order (perhaps
due to failure), the call to DefaultQueryMetrics.getTableNamesAsString
would throw a NullPointerException.
This patch updates metric emitting logic to skip dimensions that
are not available at the time the query completes.
0 commit comments