You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/28 07:18:09 UTC

[GitHub] [spark] LuciferYang commented on pull request #39250: [SQL][MINOR] Use Diamond operator for constructing HashMap

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

   for example 
   
   https://github.com/apache/spark/blob/87a235c2143449bd8da0acee4ec3cd99993155bb/sql/core/src/test/java/test/org/apache/spark/sql/JavaDatasetSuite.java#L168
   
   can use `new Tuple2<>(2, 2L)` instead of `new Tuple2<Integer, Long>(2, 2L)`, do you think this is a similar case?
   
   


-- 
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-unsubscribe@spark.apache.org

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


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