Skip to content

Return streams in Lineage search and subkeys methods. #6067

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

Merged
merged 5 commits into from
May 14, 2025

Conversation

jorgee
Copy link
Contributor

@jorgee jorgee commented May 12, 2025

This PR modifies the LinStore interface and the default implementation to return streams instead of the current Map and List.

  • Map<String,LinSerializable> search(params) -> Stream<String> search(params) : I have also remove the object because after removing the query support in LinPath, it is not used.

  • List<String> subKeys(parentKey) -> Stream<String>subKeys(parentKey): The method LinPath.getSubPath() also changed to pass the stream to the directory stream

Copy link

netlify bot commented May 12, 2025

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 35acafb
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/6824e5fda25293000956782b

@pditommaso pditommaso merged commit e4af230 into master May 14, 2025
9 checks passed
@pditommaso pditommaso deleted the lineage-queries-return-stream branch May 14, 2025 19:53
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.

2 participants