YannByron commented on a change in pull request #4083:
URL: https://github.com/apache/hudi/pull/4083#discussion_r780735473



##########
File path: 
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestCreateTable.scala
##########
@@ -33,6 +33,10 @@ import scala.collection.JavaConverters._
 class TestCreateTable extends TestHoodieSqlBase {
 
   test("Test Create Managed Hoodie Table") {
+    val databaseName = "test_incremental"

Review comment:
       test_incremental => hudi_database?

##########
File path: 
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestCreateTable.scala
##########
@@ -332,14 +344,19 @@ class TestCreateTable extends TestHoodieSqlBase {
 
   test("Test Create Table From Exist Hoodie Table") {
     withTempDir { tmp =>
+      val databaseName = "test_incremental"

Review comment:
       ditto




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