Skip to content

Commit 0145d28

Browse files
committed
[BEAM-9615] Report Row as Known URN
1 parent 7c0c048 commit 0145d28

File tree

1 file changed

+1
-1
lines changed
  • sdks/go/pkg/beam/core/runtime/graphx

1 file changed

+1
-1
lines changed

sdks/go/pkg/beam/core/runtime/graphx/coder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func knownStandardCoders() []string {
7070
urnWindowedValueCoder,
7171
urnGlobalWindow,
7272
urnIntervalWindow,
73-
// TODO(BEAM-9615): Add urnRowCoder once finalized.
73+
urnRowCoder,
7474
// TODO(BEAM-10660): Add urnTimerCoder once finalized.
7575
}
7676
}

0 commit comments

Comments
 (0)