Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-42861][SQL] Use private[sql] instead of protected[sql] to avoi…
…d generating API doc ### What changes were proposed in this pull request? This is the only issue I found during SQL module API auditing via apache/spark-website@6159860 . Somehow `protected[sql]` also generates API doc which is unexpected. `private[sql]` solves the problem and I generated doc locally to verify it. Another API issue has been fixed by apache#40499 ### Why are the changes needed? fix api doc ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? N/A Closes apache#40541 from cloud-fan/auditing. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Kent Yao <yao@apache.org>
- Loading branch information