cloud-fan commented on code in PR #50797: URL: https://github.com/apache/spark/pull/50797#discussion_r2074597475
########## project/SparkBuild.scala: ########## @@ -334,10 +334,14 @@ object SparkBuild extends PomBuild { "-groups", "-skip-packages", Seq( "org.apache.spark.api.python", - "org.apache.spark.network", "org.apache.spark.deploy", - "org.apache.spark.util.collection", - "org.apache.spark.sql.scripting" + "org.apache.spark.kafka010", + "org.apache.spark.network", + "org.apache.spark.sql.avro", + "org.apache.spark.sql.scripting", + "org.apache.spark.types.variant", Review Comment: The new variant project adds this new package, but it only contain internal classes. -- 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