urosstan-db opened a new pull request, #48660: URL: https://github.com/apache/spark/pull/48660
### What changes were proposed in this pull request? Add new error class which indicates certain data source does not support DML operation. ### Why are the changes needed? Sometimes, Data Source V2 does not support DML operations such as create table, alter table, drop namespace, etc i.e. it is read only data source, so we need some new error class which will be thrown in case we implement such data source. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No testing needed, compile only ### 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]
