robertwb commented on code in PR #29140: URL: https://github.com/apache/beam/pull/29140#discussion_r1372441828
########## sdks/java/core/src/main/java/org/apache/beam/sdk/options/PortablePipelineOptions.java: ########## @@ -140,4 +140,12 @@ static String getEnvironmentOption( boolean getEnableHeapDumps(); void setEnableHeapDumps(boolean enableHeapDumps); + + @Description( + "If set, attempts to produce a pipeline compatible with this prior version of the Beam SDK." + + " See https://cloud.google.com/dataflow/docs/guides/updating-a-pipeline.") Review Comment: Agreed. Started a discussion . -- 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]
