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