Skip to content

[MAINTENANCE] Add SparkDataFrameDatasourceTestConfig #10972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

tyler-hoffman
Copy link
Contributor

  • Description of PR changes above includes a link to an existing GitHub issue
  • PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
  • Code is linted - run invoke lint (uses ruff format + ruff check)
  • Appropriate tests and docs have been updated

For more information about contributing, visit our community resources.

After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!

Copy link

netlify bot commented Feb 26, 2025

Deploy Preview for niobium-lead-7998 canceled.

Name Link
🔨 Latest commit 7a8aeda
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/67bf59cc20680200096175db

Copy link

codecov bot commented Feb 26, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
2492 1 2491 260
View the top 1 failed test(s) by shortest run time
::tests.integration
Stack Traces | 0s run time
.../hostedtoolcache/Python/3.11.11....../x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1204: in _gcd_import
    ???
<frozen importlib._bootstrap>:1176: in _find_and_load
    ???
<frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
.../hostedtoolcache/Python/3.11.11....../x64/lib/python3.11.../_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/integration/conftest.py:10: in <module>
    from tests.integration.test_utils.data_source_config import DataSourceTestConfig
.../test_utils/data_source_config/__init__.py:10: in <module>
    from .spark_data_frame import SparkDataFrameDatasourceTestConfig
.../test_utils/data_source_config/spark_data_frame.py:41: in <module>
    class SparkDataFrameBatchTestSetup(
.../test_utils/data_source_config/spark_data_frame.py:60: in SparkDataFrameBatchTestSetup
    def _spark_session(self) -> SparkSession:
E   NameError: name 'SparkSession' is not defined

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant