urosstan-db opened a new pull request, #45102: URL: https://github.com/apache/spark/pull/45102
### What changes were proposed in this pull request? Add generated JDBC query to EXPLAIN FORMATTED command when physical Scan node should access to JDBC source to create RDD. ### Why are the changes needed? This command will allow customers to see which query text is sent to external JDBC sources. ### Does this PR introduce _any_ user-facing change? Yes Customer will have another field in EXPLAIN FORMATTED command for RowDataSourceScanExec node. ### How was this patch tested? Tested using JDBC V2 suite by new unit test. ### 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]
