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 Window operator with NaN as the frame bound #11293

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. Fix Window operator with NaN as the frame bound (facebookincubator#11293

    )
    
    Summary:
    
    NaN could appear as the frame bound of k-range frames in window 
    operations. When NaN appear in either of the frame bounds, the window 
    operation should return NULL at this row.
    
    This diff fixes facebookincubator#11213.
    
    Differential Revision: D64510519
    kagamiori authored and facebook-github-bot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    06c9e58 View commit details
    Browse the repository at this point in the history