Skip to content

Conversation

vamsimanohar
Copy link
Member

Description

This PR is a follow up PR for #4116
Where we support dynamic source clauses with only metadata filters.

We can already achieve this by writing
source = [*, filterIndex in (httpstatus) ]

With this PR, this can be simplified to

source = [filterIndex in (httpstatus) ]
If there is no source reference, this assumes all indices.

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • New functionality has javadoc added.
  • New functionality has a user manual doc added.
  • New PPL command checklist all confirmed.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff or -s.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@vamsimanohar vamsimanohar self-assigned this Oct 14, 2025
@vamsimanohar vamsimanohar changed the title Fix in dynamic source clause with only metadata filters Ehance dynamic source clause to support metadata only filters Oct 14, 2025
Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.19-dev enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant