Skip to content

Commit

Permalink
reduce number of rows in BigFilesIT (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gdoci authored and sfc-gh-tzhang committed Jul 24, 2023
1 parent 6d03498 commit 981ca4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void testManyRowsMultipleChannelsToMultipleTable()

int numTables = 2;
int numChannels = 4; // channels are assigned round-robin to tables.
int batchSize = 20000;
int batchSize = 10000;
int numBatches = 10; // number of rows PER CHANNEL is batchSize * numBatches
boolean isNullable = false;

Expand Down

0 comments on commit 981ca4d

Please sign in to comment.