Zouxxyy opened a new pull request, #7663:
URL: https://github.com/apache/paimon/pull/7663

   ### Purpose
   
   Adds support for `CREATE TABLE LIKE` in Paimon Spark integration (Spark 
3.4+). Introduces `PaimonCreateTableLikeCommand` and 
`RewriteCreateTableLikeCommand` to copy schema, partitioning, and properties 
from a source table. Supports SparkCatalog and SparkGenericCatalog. When source 
and target providers match, copies comment and properties; otherwise only 
copies the comment.
   
   ### Tests
   
   - `DDLTestBase` — CREATE TABLE LIKE with Paimon SparkCatalog
   - `DDLWithHiveCatalogTestBase` — CREATE TABLE LIKE with SparkGenericCatalog
   - `PaimonFormatTableTest` — FormatTable property copying


-- 
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]

Reply via email to