GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/19905
[SPARK-22710] ConfigBuilder.fallbackConf should trigger onCreate function ## What changes were proposed in this pull request? I was looking at the config code today and found that configs defined using ConfigBuilder.fallbackConf didn't trigger onCreate function. This patch fixes it. This doesn't require backporting since we currently have no configs that use it. ## How was this patch tested? Added a test case for all the config final creator functions in ConfigEntrySuite. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rxin/spark SPARK-22710 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/19905.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #19905 ---- commit 028e0faf87f15c9a25acc3e4f6755d3d49bb7904 Author: Reynold Xin <r...@databricks.com> Date: 2017-12-06T07:10:38Z [SPARK-22710] ConfigBuilder.fallbackConf should trigger onCreate function ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org