Robert Burke
Robert Burke
The "unit test" Commit just does a refactor and removes a comment. It doesn't actually add a unit test. Did you miss submitting something client side?
waiting on author
waiting on author An unrelated helper function was changed, but no new unit test was added.
Regarding Beam Go's roadmap, it's tied very tightly to Prism (https://beam.apache.org/documentation/runners/prism/) which is written in Go, and replaced that SDK's direct runner. Basically the Go SDK can't move forward until...
I discovered the root of my problem was using a newer yapf than Beam does, (0.40, instead of 0.29), so now I can have the formatting enabled on save, which...