Luke Cwik created BEAM-2492:
-------------------------------
Summary: Have PipelineOptions DisplayData filter out attributes
marked with @org.apache.beam.sdk.options.Hidden
Key: BEAM-2492
URL: https://issues.apache.org/jira/browse/BEAM-2492
Project: Beam
Issue Type: Improvement
Components: sdk-java-core
Reporter: Luke Cwik
Priority: Minor
Currently DisplayData for PipelineOptions filters out attributes if they:
* represent the default value
* are tagged with @JsonIgnore
Code pointer:
https://github.com/apache/beam/blob/50acc6c20f03b4616c80027fa2ff750c77a18664/sdks/java/core/src/main/java/org/apache/beam/sdk/options/ProxyInvocationHandler.java#L291
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)