[GitHub] [hudi] danny0405 commented on a diff in pull request #9412: [HUDI-6676] Add command for CreateHoodieTableLike

2023-08-10 Thread via GitHub
danny0405 commented on code in PR #9412: URL: https://github.com/apache/hudi/pull/9412#discussion_r1290844141 ## hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestCreateTable.scala: ## @@ -405,6 +405,145 @@ class TestCreateTable extends HoodieSparkSql

[GitHub] [hudi] danny0405 commented on a diff in pull request #9412: [HUDI-6676] Add command for CreateHoodieTableLike

2023-08-10 Thread via GitHub
danny0405 commented on code in PR #9412: URL: https://github.com/apache/hudi/pull/9412#discussion_r1290821705 ## hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestCreateTable.scala: ## @@ -405,6 +405,145 @@ class TestCreateTable extends HoodieSparkSql

[GitHub] [hudi] danny0405 commented on a diff in pull request #9412: [HUDI-6676] Add command for CreateHoodieTableLike

2023-08-09 Thread via GitHub
danny0405 commented on code in PR #9412: URL: https://github.com/apache/hudi/pull/9412#discussion_r1289540657 ## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/command/CreateHoodieTableLikeCommand.scala: ## @@ -0,0 +1,112 @@ +/* + * Licensed to