Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/23029#discussion_r233322079 --- Diff: common/tags/src/main/java/org/apache/spark/annotation/InterfaceStability.java --- @@ -17,7 +17,7 @@ package org.apache.spark.annotation; -import java.lang.annotation.Documented; +import java.lang.annotation.*; --- End diff -- Actually we need to import 5 classes, that's why my IDE turned it into * automatically...
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org