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

ENH: add folder path as output for schema generation #4820

Conversation

chenqi0805
Copy link
Collaborator

Description

This PR allows folder path as output for schema generation

Issues Resolved

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

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

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.

Signed-off-by: George Chen <qchea@amazon.com>
Signed-off-by: George Chen <qchea@amazon.com>
}
}

private static void writeCollectionToConsole(final Collection<String> values) {
Copy link
Member

Choose a reason for hiding this comment

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

I think ideally, we'd split these two methods into two different classes. This class pattern will grow a lot and we could end up with an unmaintainable class if we don't start to split sooner.

@chenqi0805 chenqi0805 merged commit be85abe into opensearch-project:main Aug 12, 2024
45 of 47 checks passed
@chenqi0805 chenqi0805 deleted the enh/add-folder-output-to-schema-generation-cli branch August 12, 2024 16:51
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