Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
We should hide private[sql] JDBC classes from the generated Javadoc, since showing these internal classes can be confusing to users. This is especially important for the SQL jdbc package because it contains an internal JDBCRDD class which is easily confused with the public JdbcRDD class in Spark Core (see SPARK-7804 for an example of this).
Attachments
Issue Links
- duplicates
-
SPARK-9763 Minimize exposure of internal SQL classes
- Resolved