You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spark_resource_allocation_strategy_enabled is redundant and instead executor allocation and hash allocation strategy is to be used.
> What is the right approach of deprecating/removing a property?
We use @DefunctConfig annotation in a config class. Usually, we also rename the property to deprecated.XXX. Check FeatureConfig for examples. We don't usually delete the property directly.
We have release note to tell users what config has the deprecated one migrated to
spark_resource_allocation_strategy_enabled is redundant and instead executor allocation and hash allocation strategy is to be used.
@DefunctConfig
annotation in a config class. Usually, we also rename the property todeprecated.XXX
. CheckFeatureConfig
for examples. We don't usually delete the property directly.Originally posted by @highker in #18716 (comment)
The text was updated successfully, but these errors were encountered: