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
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
// Use XOR: We accept EITHER a QueryId (fast path) OR a JobId (slow fallback), but not both.
7185
-
// Ideally Stateless query will return queryId but in some cases it would return jobId instead of queryId based on the query complexity or other factors (job timeout configs).
7185
+
// Ideally Stateless query will return queryId but in some cases it would return jobId instead
7186
+
// of queryId based on the query complexity or other factors (job timeout configs).
7186
7187
assertTrue(
7187
7188
"Exactly one of jobId or queryId should be non-null",
0 commit comments