Skip to content

Commit

Permalink
Temporarily enable this feature by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrapCodes committed Oct 21, 2024
1 parent a182110 commit 608d2ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@ public SystemSessionProperties(
booleanProperty(SCALAR_FUNCTION_STATS_PROPAGATION_ENABLED,
"whether or not to respect stats propagation annotation for scalar functions (or UDF)",
featuresConfig.isScalarFunctionStatsPropagationEnabled(),
false));
true));
}

public static boolean isSpoolingOutputBufferEnabled(Session session)
Expand Down

0 comments on commit 608d2ab

Please sign in to comment.