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

[BEAM-3388] Avoid various reflection and re-processing in the Go SDK runtime #4336

Merged
merged 4 commits into from Jan 9, 2018

Conversation

herohde
Copy link
Contributor

@herohde herohde commented Jan 3, 2018

No description provided.

@herohde
Copy link
Contributor Author

herohde commented Jan 3, 2018

R: @wcn3

@herohde
Copy link
Contributor Author

herohde commented Jan 8, 2018

Any comments or concerns?

inputs[key] = maker
}

type reIterValue struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

This casing seems incorrect. Camel-casing is general used to mark word boundaries, but here, it's emphasizing the prefix 're'. I think this should be 'reiterValue'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The name is also meant to match the "ReIter" constant. If both should be "Reiter" then we should probably come up with a better name altogether. I prefer to address such a change in a separate PR.

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't have a great suggestion here. I agree this comment is not a blocker for this PR.

@herohde
Copy link
Contributor Author

herohde commented Jan 9, 2018

Thanks!

@herohde
Copy link
Contributor Author

herohde commented Jan 9, 2018

R: @robertwb (merge)

@robertwb robertwb merged commit 2a0ba98 into apache:go-sdk Jan 9, 2018
@herohde herohde deleted the runtime5 branch January 9, 2018 18:33
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.

None yet

3 participants