Skip to content

Commit 7ae63fb

Browse files
tanjinxClaude
andcommitted
fix: return false instead of panic for test mock IsScatterUpdateLimitPassthruEnabled
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com> Signed-off-by: Tanjin Xu <tanjin.xu@slack-corp.com>
1 parent 437e922 commit 7ae63fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

go/vt/vtgate/planbuilder/plancontext/planning_context_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,7 @@ func (v *vschema) IsShardRoutingEnabled() bool {
337337
}
338338

339339
func (v *vschema) IsScatterUpdateLimitPassthruEnabled() bool {
340-
// TODO implement me
341-
panic("implement me")
340+
return false
342341
}
343342

344343
func (v *vschema) IsViewsEnabled() bool {

0 commit comments

Comments
 (0)