We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40e55a commit 83fb3b7Copy full SHA for 83fb3b7
1 file changed
sdks/go/pkg/beam/core/runtime/exec/hash.go
@@ -35,7 +35,6 @@ type elementHasher interface {
35
}
36
37
func makeElementHasher(c *coder.Coder, wc *coder.WindowCoder) elementHasher {
38
- // TODO(lostluck): move to a faster hashing library once we can take dependencies easily.
39
hasher := &maphash.Hash{}
40
we := MakeWindowEncoder(wc)
41
switch c.Kind {
0 commit comments