dongkelun commented on code in PR #5495:
URL: https://github.com/apache/hudi/pull/5495#discussion_r873487188
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestCreateTable.scala:
##########
@@ -360,6 +381,84 @@ class TestCreateTable extends TestHoodieSqlBase {
}
}
+ test("Test Create Table As Select With Tblproperties For Filter Props") {
+ Seq("cow", "mor").foreach { tableType =>
+ val tableName = generateTableName
+ spark.sql(
+ s"""
Review Comment:
`hoodie.database.name` is consistent with the table identifier, not the
table identifier consistent with `hoodie.database.name`
--
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]