jzhuge opened a new pull request, #40963: URL: https://github.com/apache/spark/pull/40963
### What changes were proposed in this pull request? Implement SQL command CREATE TABLE LIKE for DataSourceV2. ### Why are the changes needed? There is no support for CREATE TABLE LIKE in DataSourceV2. ### Does this PR introduce _any_ user-facing change? Users will be able to create a table in DataSourceV2 like another table. ### How was this patch tested? New tests in DDLParserSuite and DataSourceV2SQLSuite. -- 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]
