cloud-fan commented on PR #34693: URL: https://github.com/apache/spark/pull/34693#issuecomment-1108100526
I'm not sure what the actual requirement is. To use the JDBC option that directly passes a SQL string to a JDBC database, we must make sure the SQL is fully supported by the database. Or people should run the SQL with Spark and only read/write JDBC tables. If we only want to run a custom SQL statement before running the query, can we use the `sessionInitStatement` option? -- 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]
