Skip to content

Commit

Permalink
do not merge: force parquet when possible during tests
Browse files Browse the repository at this point in the history
Release note: None
Epic: None
  • Loading branch information
jayshrivastava committed Jun 5, 2023
1 parent f0dc976 commit 1ac4580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccl/changefeedccl/testfeed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ func (f *cloudFeedFactory) Feed(
}
}
randNum := rand.Intn(5)
if randNum < 2 {
if randNum < 0 {
parquetPossible = false
}
if parquetPossible {
Expand Down

0 comments on commit 1ac4580

Please sign in to comment.