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

Refactor ConvertHelpers in "core" to not depend on Avro #27991

Merged

Conversation

aromanenko-dev
Copy link
Contributor

@aromanenko-dev aromanenko-dev commented Aug 14, 2023

Fixes an issue with hard Avro dependency that was found in #27851
It uses SchemaInformationProvider instead now.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@aromanenko-dev
Copy link
Contributor Author

R: @mosche

@github-actions
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@aromanenko-dev
Copy link
Contributor Author

Run Spotless PreCommit

@aromanenko-dev aromanenko-dev force-pushed the schema_convert_refactoring branch from c4c4953 to 96f3dfb Compare September 6, 2023 14:09
@aromanenko-dev
Copy link
Contributor Author

retest this please

Copy link
Member

@mosche mosche left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @aromanenko-dev

You probably have to rebase to get tests to pass, these failures look familiar and should be fixed on master.

@aromanenko-dev
Copy link
Contributor Author

@mosche Actually, I did rebase it yesterday, right before pushing the latest changes.

@aromanenko-dev
Copy link
Contributor Author

I'll merge it since failing tests are not related to this change.

@aromanenko-dev aromanenko-dev merged commit 8037b06 into apache:master Sep 7, 2023
@aromanenko-dev aromanenko-dev deleted the schema_convert_refactoring branch September 7, 2023 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants