We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ed2b9 commit 79426adCopy full SHA for 79426ad
pkg/query/table.go
@@ -145,7 +145,7 @@ func generateTableArrowRecord(
145
146
isLeaf := isFirstNonNil(sampleRow, locationRow, r.Locations)
147
var buildID []byte
148
- if r.MappingBuildIDDict.IsValid(locationRow) {
+ if r.MappingBuildIDIndices.IsValid(locationRow) {
149
buildID = r.MappingBuildIDDict.Value(int(r.MappingBuildIDIndices.Value(locationRow)))
150
}
151
addr := r.Address.Value(locationRow)
0 commit comments