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

RAT-98: Converted to FileProcessorBuilder design #439

Merged
merged 3 commits into from
Feb 7, 2025

Conversation

Claudenw
Copy link
Contributor

@Claudenw Claudenw commented Feb 6, 2025

Changed from FileProcessor to FileProcessorBuilder to simplify processors that have multiple layers.

baseName = DocumentName.builder(tmpPath.toFile()).build();
}

protected static Stream<Arguments> fsInfoArgs() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this method needed /used in other PRs?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Turns out, no. I removed it.

Copy link
Contributor

@ottlinger ottlinger left a comment

Choose a reason for hiding this comment

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

LGTM, except for the question about the unused method.

@Claudenw Claudenw merged commit 08d6716 into apache:master Feb 7, 2025
6 checks passed
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