alexeyinkin commented on code in PR #26235:
URL: https://github.com/apache/beam/pull/26235#discussion_r1164204092


##########
playground/backend/internal/db/mapper/precompiled_object_mapper_test.go:
##########
@@ -40,7 +40,7 @@ func TestPrecompiledObjectMapper_ToObjectInfo(t *testing.T) {
                Categories:      []string{"MOCK_CAT_1", "MOCK_CAT_2", 
"MOCK_CAT_3"},
                PipelineOptions: "MOCK_OPTIONS",

Review Comment:
   This will also help because the current value fails to be parsed and so the 
example is not runnable.
   ```suggestion
                PipelineOptions: "--name1 value1 --name2 value2",
   ```



-- 
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]

Reply via email to