diff --git a/core/trino-main/src/main/java/io/trino/SystemSessionProperties.java b/core/trino-main/src/main/java/io/trino/SystemSessionProperties.java index dc90d272882a..d3bedfeefe2e 100644 --- a/core/trino-main/src/main/java/io/trino/SystemSessionProperties.java +++ b/core/trino-main/src/main/java/io/trino/SystemSessionProperties.java @@ -258,7 +258,7 @@ public SystemSessionProperties( booleanProperty( DETERMINE_PARTITION_COUNT_FOR_WRITE_ENABLED, "Determine the number of partitions based on amount of data read and processed by the query for write queries", - false, + queryManagerConfig.isDeterminePartitionCountForWriteEnabled(), false), integerProperty( MAX_HASH_PARTITION_COUNT,