Skip to content

Commit

Permalink
single split for snowflake (#1768)
Browse files Browse the repository at this point in the history
Co-authored-by: chngpe <[email protected]>
  • Loading branch information
namratas-trianz and chngpe authored Feb 23, 2024
1 parent 05b98d3 commit 6a6d738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public final class SnowflakeConstants
* This constant limits the number of partitions. The default set to 50. A large number may cause a timeout issue.
* We arrived at this number after performance testing with datasets of different size
*/
public static final int MAX_PARTITION_COUNT = 50;
public static final int MAX_PARTITION_COUNT = 1;
/**
* This constant limits the number of records to be returned in a single split.
*/
Expand Down

0 comments on commit 6a6d738

Please sign in to comment.