Skip to content
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

Feature fix load as spark #509

Closed

Commits on Jun 20, 2024

  1. Fixed issues in load_as_spark

    Fixed issue for when initiating load_as_spark() in case when a spark session is already initiated in separate thread and cannot be started in current thread. This usually arises when using the method in django rest api.
    Shabbir-Khan-12 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    22f3124 View commit details
    Browse the repository at this point in the history
  2. Revert "Fixed issues in load_as_spark"

    This reverts commit 22f3124.
    Shabbir-Khan-12 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a504feb View commit details
    Browse the repository at this point in the history
  3. Fixed issues in load_as_spark

    Fixed issue for when initiating load_as_spark() in case when a spark session is already initiated in separate thread and cannot be started in current thread. This usually arises when using the method in Django rest api.
    Shabbir-Khan-12 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4f5324e View commit details
    Browse the repository at this point in the history