bhasudha commented on code in PR #9701: URL: https://github.com/apache/hudi/pull/9701#discussion_r1324435521
########## website/docs/spark_streaming.md: ########## @@ -0,0 +1,188 @@ +--- +title: Spark Streaming Ingestion +keywords: [hudi, streaming, spark_streaming] +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## Structured Streaming + +Hudi supports Spark Structured Streaming reads and writes. +Structured Streaming reads are based on Hudi Incremental Query feature, therefore streaming read can return data for which Review Comment: nit: Hudi's Incremental Query feature -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
