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

Fix the failing test test_window on Databricks #2484

Merged
merged 1 commit into from
May 24, 2021

Commits on May 24, 2021

  1. Fixing the failing test test_window on DB

    By making the 'outReference' be lazy. Because on Databricks, it
    will get some invalid expressions in the 'projectList' if binding
    the reference on driver side. E.g. 'none#0L', 'none@1L'.
    
    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ba01f55 View commit details
    Browse the repository at this point in the history