Skip to content

fixed encoding_positions_set#35415

Closed
liferoad wants to merge 1 commit intoapache:masterfrom
liferoad:fix-encoding_positions_set
Closed

fixed encoding_positions_set#35415
liferoad wants to merge 1 commit intoapache:masterfrom
liferoad:fix-encoding_positions_set

Conversation

@liferoad
Copy link
Contributor

@liferoad liferoad commented Jun 24, 2025

fixes #35318


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.

@github-actions
Copy link
Contributor

Assigning reviewers:

R: @claudevdm for label python.

Note: If you would like to opt out of this review, comment assign to next reviewer.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@liferoad liferoad requested a review from damccorm July 1, 2025 17:15
@damccorm
Copy link
Contributor

damccorm commented Jul 1, 2025

I think this is a Dataflow issue and should be addressed at that level. It looks like we're not correctly setting this on pipeline update in all cases.

@liferoad
Copy link
Contributor Author

liferoad commented Jul 3, 2025

I think this is a Dataflow issue and should be addressed at that level. It looks like we're not correctly setting this on pipeline update in all cases.

Will my PR mitigate this issue or it does not matter since it will be override by Dataflow?

@liferoad
Copy link
Contributor Author

liferoad commented Jul 3, 2025

@jonathaningram possible to help me test this PR?

@damccorm
Copy link
Contributor

damccorm commented Jul 7, 2025

I think this is a Dataflow issue and should be addressed at that level. It looks like we're not correctly setting this on pipeline update in all cases.

Will my PR mitigate this issue or it does not matter since it will be override by Dataflow?

It will probably mitigate this issue, but (a) there is probably a general bug which is being introduced by Dataflow here, and (b) this feature is meant to provide safety guarantees when we update which we are losing.

@liferoad
Copy link
Contributor Author

Let us close this PR for now. Please create the GCP support ticket to investigate this.

@liferoad liferoad closed this Jul 14, 2025
@raletty
Copy link

raletty commented Jul 22, 2025

Hey @liferoad, we are currently running into this issue. Would it be possible if you could provide the link to your support ticket if it's public so that we can track its resolution?

@liferoad
Copy link
Contributor Author

@raletty it is not public. but @acrites from the Dataflow team can reproduce this now and have the fix, which should be rolled out later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

4 participants