Skip to content
Snippets Groups Projects
Commit 79accf45 authored by Reynold Xin's avatar Reynold Xin Committed by Shixiong Zhu
Browse files

[SPARK-17798][SQL] Remove redundant Experimental annotations in sql.streaming

## What changes were proposed in this pull request?
I was looking through API annotations to catch mislabeled APIs, and realized DataStreamReader and DataStreamWriter classes are already annotated as Experimental, and as a result there is no need to annotate each method within them.

## How was this patch tested?
N/A

Author: Reynold Xin <rxin@databricks.com>

Closes #15373 from rxin/SPARK-17798.
parent 92b7e572
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment