urosstan-db opened a new pull request, #51415:
URL: https://github.com/apache/spark/pull/51415

   `JdbcRDD` is legacy way to integrate Spark with JDBC sources.
   Instead of it, users should use newer and more powerful JDBC data source.
   
   ### What changes were proposed in this pull request?
   - Deprecating `JdbcRDD`
   
   ### Why are the changes needed?
   `JdbcRDD` is legacy feature not being used a lot anymore and it raises 
confusion because there are similar class called `JDBCRDD` that comes from the 
JDBC connector.
   
   
   ### Does this PR introduce _any_ user-facing change?
   `JdbcRDD` is deprecated now. JDBC data source (connector) is more modern and 
more powerful way to connect to the JDBC source.
   
   
   ### How was this patch tested?
   No testing needed, adding Java annotation to the class.
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to