kevincmchen opened a new pull request #31621: URL: https://github.com/apache/spark/pull/31621
### What changes were proposed in this pull request? This is a followup of #31560, In #31560, we added `JavaSimpleWritableDataSource ` and left some little problems like unused interface `SessionConfigSupport` 、 inconsistent schema between `JavaSimpleWritableDataSource ` and `SimpleWritableDataSource`. This PR fixes the remaining problems in #31560. ### Why are the changes needed? 1. `SessionConfigSupport` in `JavaSimpleWritableDataSource ` and `SimpleWritableDataSource` is never used, so we don't need to implement in simple writable table data source tests. 2. change the schema of `SimpleWritableDataSource`, to match `TestingV2Source` ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? existing testsuites ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
