Abacn commented on PR #23767: URL: https://github.com/apache/beam/pull/23767#issuecomment-1287030753
Python Error now becomes the same as go error: ``` RuntimeError: Pipeline load-tests-python-flink-batch-combine-1-1021132626_df5ef80a-43a7-4157-b9d5-ada850e6a7e5 failed in state FAILED: org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot map `null` into type `long` (set DeserializationConfig.DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES to 'false' to allow) 10:14:00 at [Source: UNKNOWN; line: -1, column: -1] (through reference chain: org.apache.flink.runtime.rest.messages.job.JobDetailsInfo["maxParallelism"]) ``` manually add `--max_parallelism=5` to pipeline options does not work. -- 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]
