Skip to content

Commit 6a6d738

Browse files
single split for snowflake (#1768)
Co-authored-by: chngpe <[email protected]>
1 parent 05b98d3 commit 6a6d738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

athena-snowflake/src/main/java/com/amazonaws/athena/connectors/snowflake/SnowflakeConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public final class SnowflakeConstants
2929
* This constant limits the number of partitions. The default set to 50. A large number may cause a timeout issue.
3030
* We arrived at this number after performance testing with datasets of different size
3131
*/
32-
public static final int MAX_PARTITION_COUNT = 50;
32+
public static final int MAX_PARTITION_COUNT = 1;
3333
/**
3434
* This constant limits the number of records to be returned in a single split.
3535
*/

0 commit comments

Comments
 (0)