In CometSparkSessionExtension we have some hard-coded default values that match the current default values for the relevant configuration options, but these could change over time so it is better to reference the default values in the configuration rather than duplicate the values.
What changes are included in this PR?
Remove duplicate default values
Remove the redundant text in config descriptions that state the current default value. We already generate documentation that shows the default value.
Which issue does this PR close?
N/A
Rationale for this change
In
CometSparkSessionExtension
we have some hard-coded default values that match the current default values for the relevant configuration options, but these could change over time so it is better to reference the default values in the configuration rather than duplicate the values.What changes are included in this PR?
How are these changes tested?