https://github.com/apache/spark
Revision 225b1afdd1582cd4087e7cb98834505eaf16743e authored by brandonJY on 19 January 2018, 00:57:49 UTC, committed by Sean Owen on 19 January 2018, 00:57:56 UTC
## What changes were proposed in this pull request?

In latest structured-streaming-kafka-integration document, Java code example for Kafka integration is using `DataFrame<Row>`, shouldn't it be changed to `DataSet<Row>`?

## How was this patch tested?

manual test has been performed to test the updated example Java code in Spark 2.2.1 with Kafka 1.0

Author: brandonJY <brandonJY@users.noreply.github.com>

Closes #20312 from brandonJY/patch-2.

(cherry picked from commit 6121e91b7f5c9513d68674e4d5edbc3a4a5fd5fd)
Signed-off-by: Sean Owen <sowen@cloudera.com>
1 parent acf3b70
History
Tip revision: 225b1afdd1582cd4087e7cb98834505eaf16743e authored by brandonJY on 19 January 2018, 00:57:49 UTC
[DOCS] change to dataset for java code in structured-streaming-kafka-integration document
Tip revision: 225b1af

README.md

back to top