srowen commented on PR #39250:
URL: https://github.com/apache/spark/pull/39250#issuecomment-1366299627

   OK yeah I ran IJ inspections too. That's the only collection. There is one 
other related one I think we could fix, in JavaBeanDeserializationSuite :
   
   ```
       List<Tuple2<String, Item>> expectedRecords = Arrays.asList(
               new Tuple2("a", new Item("a", 8)),
               new Tuple2("b", new Item("b", 3)),
               new Tuple2("c", new Item("c", 2)));
   ```
   
   Tuple2 should have empty angle brackets.
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to