Can these things be added into this list? 1. [SPARK-24630] Support SQLStreaming in Spark This patch defines the Table API for StructStreaming 2. [SPARK-25937] Support user-defined schema in Kafka Source & Sink This patch make user easier to work with StructStreaming 3. SS supports dynamic partition scheduling SS uses the serial execution engine, which means, SS can not catch up with data output effectively when back pressure or computing speed is reduced. If the dynamic partition scheduling for SS can be realized, the partition number will be automatically increased when needed, then SS can effectively catch up with the calculation speed.The main idea is to replace time with computing resources.
-- Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/ --------------------------------------------------------------------- To unsubscribe e-mail: dev-unsubscr...@spark.apache.org