Skip to content

Commit 63eccd4

Browse files
do not merge: always force parquet format in cdc tests if possible
Epic: none Release note: None
1 parent 9eb3dc0 commit 63eccd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/ccl/changefeedccl/testfeed_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ func (f *cloudFeedFactory) Feed(
10821082
}
10831083
}
10841084
randNum := rand.Intn(5)
1085-
if randNum < 2 {
1085+
if randNum < 5 {
10861086
parquetPossible = false
10871087
}
10881088
if parquetPossible {

0 commit comments

Comments
 (0)