We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b98d3 commit 6a6d738Copy full SHA for 6a6d738
athena-snowflake/src/main/java/com/amazonaws/athena/connectors/snowflake/SnowflakeConstants.java
@@ -29,7 +29,7 @@ public final class SnowflakeConstants
29
* This constant limits the number of partitions. The default set to 50. A large number may cause a timeout issue.
30
* We arrived at this number after performance testing with datasets of different size
31
*/
32
- public static final int MAX_PARTITION_COUNT = 50;
+ public static final int MAX_PARTITION_COUNT = 1;
33
/**
34
* This constant limits the number of records to be returned in a single split.
35
0 commit comments