Jungtaek Lim created SPARK-30336: ------------------------------------ Summary: Move Kafka consumer related classes to its own package Key: SPARK-30336 URL: https://issues.apache.org/jira/browse/SPARK-30336 Project: Spark Issue Type: Improvement Components: Structured Streaming Affects Versions: 3.0.0 Reporter: Jungtaek Lim
There're too many classes placed in a package "org.apache.spark.sql.kafka010" which classes should have been grouped by purpose. As a part of change in SPARK-21869, we moved out producer related classes to "org.apache.spark.sql.kafka010.producer" and only expose necessary classes/methods to the outside of package. We can apply it to consumer related classes as well. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org