shunping opened a new pull request, #36020:
URL: https://github.com/apache/beam/pull/36020
Two types of errors can be seen when using json log format:
```
INFO:apache_beam.utils.subprocess_server:{"time":"2025-08-29T21:58:03.309126-04:00","level":"DEBUG","source":{"function":"github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism/internal.executePipeline","file":"/Users/shunping/Projects/beam-dev-python-3/sdks/go/pkg/beam/runners/prism/internal/execute.go","line":363},"msg":"pipeline
done!","job":"job-001[job]","error":null,"topo":"!ERROR:json: unsupported
type: func(io.Reader) []uint8"}
```
```
INFO:apache_beam.utils.subprocess_server:{"time":"2025-08-29T22:05:24.038412-04:00","level":"DEBUG","source":{"function":"github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism/internal.(*stage).Execute","file":"/Users/shunping/Projects/beam-dev-python-3/sdks/go/pkg/beam/runners/prism/internal/stage.go","line":287},"msg":"Execute:
committing
data","bundle":{"ID":"inst002","stage":"stage-005","watermark":"!ERROR:time.Time
year outside of range
[0,9999]""294247-01-10T04:00:54.775Z"},"outputsWithData":[],"outputs":[]}
```
This PR fixed both.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]