Skip to content

Commit

Permalink
do not merge: always force parquet format in cdc tests if possible
Browse files Browse the repository at this point in the history
Epic: none
Release note: None
  • Loading branch information
jayshrivastava committed May 18, 2023
1 parent 9eb3dc0 commit 63eccd4
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 @@ -1082,7 +1082,7 @@ func (f *cloudFeedFactory) Feed(
}
}
randNum := rand.Intn(5)
if randNum < 2 {
if randNum < 5 {
parquetPossible = false
}
if parquetPossible {
Expand Down

0 comments on commit 63eccd4

Please sign in to comment.