gemini-code-assist[bot] commented on code in PR #38366:
URL: https://github.com/apache/beam/pull/38366#discussion_r3182371528


##########
examples/java/src/main/java/org/apache/beam/examples/complete/datatokenization/utils/CsvConverters.java:
##########
@@ -264,8 +264,6 @@ public static Builder newBuilder() {
     @Override
     public PCollectionTuple expand(PCollectionTuple lines) {
 
-      PCollectionView<String> headersView = null;
-
       // Convert csv lines into Failsafe elements so that we can recover over 
multiple transforms.

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   The variable headersView is no longer used in this scope and should be 
removed to clean up the code.



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