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 270848a commit cfed383Copy full SHA for cfed383
br/pkg/task/common_test.go
@@ -272,7 +272,7 @@ func expectedDefaultConfig() Config {
272
Checksum: true,
273
SendCreds: true,
274
CheckRequirements: true,
275
- FilterStr: []string(nil),
+ FilterStr: []string{"*.*"},
276
TableFilter: filter.CaseInsensitive(must(filter.Parse([]string{"*.*"}))),
277
Schemas: map[string]struct{}{},
278
Tables: map[string]struct{}{},
0 commit comments