apache / datafusion-comet

Apache DataFusion Comet Spark Accelerator
https://datafusion.apache.org/comet
Apache License 2.0
823 stars 163 forks source link

minor: use defaults instead of hard-coding values #1060

Closed andygrove closed 2 weeks ago

andygrove commented 2 weeks ago

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?