Skip to content

docs: add test file references for period predicate operators#5886

Merged
mihaibudiu merged 1 commit intomainfrom
fix_docs
Mar 20, 2026
Merged

docs: add test file references for period predicate operators#5886
mihaibudiu merged 1 commit intomainfrom
fix_docs

Conversation

@rivudhk
Copy link
Contributor

@rivudhk rivudhk commented Mar 20, 2026

This PR updates function documentation to link the following operators to their corresponding Python test files: CONTAINS, OVERLAPS, EQUALS, PRECEDES, IMMEDIATELY PRECEDES, SUCCEEDS, IMMEDIATELY SUCCEEDS

In addition, it adds, but comments out the string containing Python test files containing UNNEST WITH ORDINALITY function due to: #5885

Signed-off-by: rivudhk <rivudhkr@gmail.com>
@rivudhk rivudhk requested a review from mihaibudiu March 20, 2026 20:20
@mihaibudiu mihaibudiu enabled auto-merge March 20, 2026 20:28
@mihaibudiu mihaibudiu added this pull request to the merge queue Mar 20, 2026
Copy link

@mythical-fred mythical-fred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. One nit: the commented-out UNNEST WITH ORDINALITY block leaves a trailing comma after the closing parenthesis on the line before — worth double-checking the Java compiles cleanly (it should, since false is the last arg and the comma is inside the new Func(...) call, but it reads odd).

Merged via the queue into main with commit d18b92b Mar 20, 2026
1 check passed
@mihaibudiu mihaibudiu deleted the fix_docs branch March 20, 2026 22:45
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.

3 participants