提交 9525c563 编写于 作者: D Dongjoon Hyun 提交者: Reynold Xin

[MINOR][SQL] Replace DataFrameWriter.stream() with startStream() in comments.

## What changes were proposed in this pull request?

According to #11627 , this PR replace `DataFrameWriter.stream()` with `startStream()` in comments of `ContinuousQueryListener.java`.

## How was this patch tested?

Manual. (It changes on comments.)

Author: Dongjoon Hyun <dongjoon@apache.org>

Closes #11629 from dongjoon-hyun/minor_rename.
上级 3e3c3d58
......@@ -32,9 +32,9 @@ abstract class ContinuousQueryListener {
/**
* Called when a query is started.
* @note This is called synchronously with
* [[org.apache.spark.sql.DataFrameWriter `DataFrameWriter.stream()`]],
* that is, `onQueryStart` will be called on all listeners before `DataFrameWriter.stream()`
* returns the corresponding [[ContinuousQuery]].
* [[org.apache.spark.sql.DataFrameWriter `DataFrameWriter.startStream()`]],
* that is, `onQueryStart` will be called on all listeners before
* `DataFrameWriter.startStream()` returns the corresponding [[ContinuousQuery]].
*/
def onQueryStarted(queryStarted: QueryStarted)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册