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

Avoid length-prefix-bytes substitutions for Flink boundaries. #31579

Merged
merged 1 commit into from
Jul 9, 2024

Commits on Jun 12, 2024

  1. Avoid length-prefix-bytes substitutions for Flink boundaries.

    The runner infrastructure typically substitutes "unknown" coders for
    length-prefixed bytes, but for elements going into or out of the
    Beam pipeline fragment we want the actual objects.  Fortunately, we
    know these coders are known on the Runner side as well as the SDK
    side as we have them in hand there.
    robertwb committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    78bab0d View commit details
    Browse the repository at this point in the history