This is an automated email from the ASF dual-hosted git repository.
danoliveira pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 2d1b023 Merge pull request #16844 from [BEAM-12164]: allow for
nanosecond precision
add eeccbb0 [BEAM-13904] Increase unit testing in the reflectx package
(#17024)
No new revisions were added by this update.
Summary of changes:
sdks/go/pkg/beam/core/util/reflectx/call_test.go | 125 +++++++
.../pkg/beam/core/util/reflectx/functions_test.go | 7 +
.../go/pkg/beam/core/util/reflectx/structs_test.go | 67 ++++
sdks/go/pkg/beam/core/util/reflectx/types_test.go | 410 +++++++++++++++++++++
4 files changed, 609 insertions(+)
create mode 100644 sdks/go/pkg/beam/core/util/reflectx/call_test.go
create mode 100644 sdks/go/pkg/beam/core/util/reflectx/structs_test.go
create mode 100644 sdks/go/pkg/beam/core/util/reflectx/types_test.go