udim commented on pull request #12118:
URL: https://github.com/apache/beam/pull/12118#issuecomment-659604693


   I ran it locally and this is what was in the html report (formatting is lost 
sorry):
   ```
    Performance Warnings
   Code         Warning
   UrF  Unread field: 
org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQueryMyData$MyStruct.int64Value
        
   
   Bug type URF_UNREAD_FIELD (click for details)
   In class 
org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQueryMyData$MyStruct
   Field 
org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQueryMyData$MyStruct.int64Value
   At BigQueryMyData.java:[line 87]
   UrF  Unread field: 
org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQueryMyData$MyStruct.stringValue
        
   
   Bug type URF_UNREAD_FIELD (click for details)
   In class 
org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQueryMyData$MyStruct
   Field 
org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQueryMyData$MyStruct.stringValue
   At BigQueryMyData.java:[line 86]
   Details
   URF_UNREAD_FIELD: Unread field
   
   This field is never read.  Consider removing it from the class.
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to