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 ae7a2b1 commit 22a1e1aCopy full SHA for 22a1e1a
1 file changed
server/tables/dtables/ignore.go
@@ -60,7 +60,7 @@ func convertTupleToIgnoreBoolean(ctx context.Context, valueDesc *val.TupleDesc,
60
61
// getIgnoreTablePatternKey reads the pattern key from a tuple and returns it.
62
func getIgnoreTablePatternKey(ctx context.Context, keyDesc *val.TupleDesc, keyTuple val.Tuple) (string, error) {
63
- key, ok, err := keyDesc.GetStringAdaptiveValue(0, nil, keyTuple)
+ key, ok, err := keyDesc.GetStringAdaptiveValue(ctx, 0, nil, keyTuple)
64
if err != nil {
65
return "", err
66
}
0 commit comments