This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 7e18e71 Merge pull request #13959: [BEAM-11794] Fixes a checkstyle
error in UdfTestProvider
add 8f219a2 [BEAM-11611] Add transformation for computing approximate
quantiles. (#13889)
No new revisions were added by this update.
Summary of changes:
sdks/go/pkg/beam/transforms/stats/quantiles.go | 711 +++++++++++++++++++++
.../go/pkg/beam/transforms/stats/quantiles_test.go | 275 ++++++++
2 files changed, 986 insertions(+)
create mode 100644 sdks/go/pkg/beam/transforms/stats/quantiles.go
create mode 100644 sdks/go/pkg/beam/transforms/stats/quantiles_test.go