amkarkhi opened a new pull request, #78: URL: https://github.com/apache/spark-connect-go/pull/78
### What changes were proposed in this pull request? i wanted to add jdbc driver so i could read from mysql from spark. the option function was not supported in the spark read so i have added this function. now we can use spark.read().option(key,value) ### Why are the changes needed? using jdbc mostly needs this feature ### Does this PR introduce _any_ user-facing change? no but it will add more functionality to the user ### How was this patch tested? i added a simple test and used it to connect to a mysql server. i just tested conectivity but i had to use this command when starting spark: ```sh ➜ sbin ./start-connect-server.sh --packages org.apache.spark:spark-connect_2.13:3.5.2,org.mariadb-java-client:3.3.2 ''' note: integrity test fails because of my java version. -- 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]
