Skip to content

Commit b1c49eb

Browse files
authored
Merge pull request #377 from crescentrose/add-missing-index-unused-variant
Fix job statistics deserialization for cached queries
2 parents be801d6 + c27af7b commit b1c49eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigquery/src/http/job/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,8 @@ pub enum IndexUnusedCode {
839839
BaseTableTooSmall,
840840
BaseTableTooLarge,
841841
EstimatedPerformanceGainTooLow,
842+
QueryCacheHit,
843+
StaleIndex,
842844
InternalError,
843845
OtherReason,
844846
}

0 commit comments

Comments
 (0)