Skip to content

Commit f5f4ec9

Browse files
committed
fix unit test
Signed-off-by: yeya24 <[email protected]>
1 parent ff65842 commit f5f4ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/parquetconverter/converter_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ func TestConverter_BlockConversionFailure(t *testing.T) {
247247

248248
// Create a new converter with test configuration
249249
cfg := Config{
250+
MaxRowsPerRowGroup: 1e6,
250251
MetaSyncConcurrency: 1,
251252
DataDir: t.TempDir(),
252253
}

0 commit comments

Comments
 (0)