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

[SPARK-49808][SQL] Fix a deadlock in subquery execution due to lazy vals #48391

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. init

    add back LazyUsage
    zhengruifeng committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d44bc7a View commit details
    Browse the repository at this point in the history
  2. regenerate uid

    zhengruifeng committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1dbbdaf View commit details
    Browse the repository at this point in the history
  3. fix test

    zhengruifeng committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    01edbce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c91b798 View commit details
    Browse the repository at this point in the history
  5. forgo uid and eager ser

    zhengruifeng committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    254f830 View commit details
    Browse the repository at this point in the history
  6. address comments

    zhengruifeng committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    80f26cb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. TransientLazy

    zhengruifeng committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bde0d2c View commit details
    Browse the repository at this point in the history