-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MAINTENANCE] [MAINTENANCE] Add force_reuse_spark_context to Datasour…
…ceConfigSchema (#3126) * [MAINTENANCE] Adds spark_config and force_reuse_spark_context fields to DataSourceConfigSchema * Adds changes bullet point to docs_rtd/changelog.rst * remove spark_config from DatasourceConfigSchema * allow None for force_reuse_spark_context * fix linting * remove missing entry for force_reuse_spark_context * adding back spark_config * adding unittests for `force_reuse_spark_context` * adding unittest for `spark_config` pass through * adding unittest for `spark_config` pass through + run black * add docstrings to unittests to clarify intent * add isort:skip for spark imports * rename test to be more meaningful * fix TypeError in unittest * adding a non-default config in order to hopefully see the Py4jError in CI * remove explicit P4jError test * add explicit test for sparkdf kwargs pass-through * update changelog entry to reflect this is a BUGFIX * fix linting Co-authored-by: Micha BA Kunze <michabenachim.kunze@maersk.com>
- Loading branch information
Showing
3 changed files
with
97 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters