Skip to content

Commit

Permalink
Revert "do not merge: always force parquet format in cdc tests if pos…
Browse files Browse the repository at this point in the history
…sible"

This reverts commit 63eccd4.

Release note: None
Epic: None
  • Loading branch information
jayshrivastava committed May 25, 2023
1 parent 3088b58 commit 29efad7
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 @@ -1073,7 +1073,7 @@ func (f *cloudFeedFactory) Feed(
}
}
randNum := rand.Intn(5)
if randNum < 5 {
if randNum < 2 {
parquetPossible = false
}
if parquetPossible {
Expand Down

0 comments on commit 29efad7

Please sign in to comment.