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

Add handling for time.Time in avro encode processor #1650

Merged
merged 3 commits into from
Jun 12, 2024
Merged

Conversation

samirketema
Copy link
Contributor

@samirketema samirketema commented Jun 12, 2024

Description

This change is only applicable for builtin connectors, since complex types such as time.Time are not
allowed in standalone connector due to restrictions in the plugin framework.

Quick checks:

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

@lyuboxa lyuboxa force-pushed the samir/avro-types branch from 7239c52 to be3c496 Compare June 12, 2024 17:15
@lyuboxa lyuboxa marked this pull request as ready for review June 12, 2024 17:15
@lyuboxa lyuboxa requested a review from a team as a code owner June 12, 2024 17:15
This change is only applicable for builtin connectors, since complex types such as `time.Time` are not
allowed in standalone connector due to restrictions in the plugin framework.
@lyuboxa lyuboxa force-pushed the samir/avro-types branch from be3c496 to 899721d Compare June 12, 2024 17:15
@lyuboxa lyuboxa changed the title [draft] add handling for time.Time in avro encode processor Add handling for time.Time in avro encode processor Jun 12, 2024
lovromazgon
lovromazgon previously approved these changes Jun 12, 2024
Copy link
Member

@lovromazgon lovromazgon left a comment

Choose a reason for hiding this comment

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

LGTM! :shipit:

@lovromazgon lovromazgon dismissed their stale review June 12, 2024 17:34

Whoops, tests are failing

@lyuboxa
Copy link
Contributor

lyuboxa commented Jun 12, 2024

@lovromazgon fixed here 513697c

@lyuboxa lyuboxa merged commit 4d286f4 into main Jun 12, 2024
3 checks passed
@lyuboxa lyuboxa deleted the samir/avro-types branch June 12, 2024 18:58
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