srowen commented on a change in pull request #24314: 
[SPARK-27404][CORE][SQL][STREAMING][YARN] Fix build warnings for 3.0: 
postfixOps edition
URL: https://github.com/apache/spark/pull/24314#discussion_r272847589
 
 

 ##########
 File path: 
sql/core/src/test/java/test/org/apache/spark/sql/sources/v2/JavaSimpleBatchTable.java
 ##########
 @@ -52,53 +48,3 @@ public String name() {
   }
 }
 
-abstract class JavaSimpleScanBuilder implements ScanBuilder, Scan, Batch {
 
 Review comment:
   These were moved to top-level classes. Multiple top-level classes in Java 
are mostly a no-no, and actually generate a warning if you try to use them in 
another file.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to