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

[wip] FlinkJob.fromAvro operates on Spark row instead of compiled type #894

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mickjermsurawong-openai
Copy link
Contributor

@mickjermsurawong-openai mickjermsurawong-openai commented Dec 31, 2024

Summary

  • Create Flink job for consuming Avro-serialized data
  • User don't need to find compiled type and encoder for the the avro schema, instead we rely on avro schema and spark native function converting bytes to avro

Why / Goal

Test Plan

  • Added Unit Tests
  • Covered by existing CI
  • Integration tested

Checklist

  • Documentation update

Reviewers

@mickjermsurawong-openai mickjermsurawong-openai changed the title FlinkJob.fromAvro operates on Spark row instead of typed struct [wip] FlinkJob.fromAvro operates on Spark row instead of typed struct Dec 31, 2024
@mickjermsurawong-openai mickjermsurawong-openai changed the title [wip] FlinkJob.fromAvro operates on Spark row instead of typed struct [wip] FlinkJob.fromAvro operates on Spark row instead of compiled type Jan 2, 2025
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.

1 participant