wecharyu commented on code in PR #8725:
URL: https://github.com/apache/hudi/pull/8725#discussion_r1195211835
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestCreateTable.scala:
##########
@@ -1082,4 +1082,25 @@ class TestCreateTable extends HoodieSparkSqlTestBase {
}
assertTrue(exception.getMessage.contains(s"""$tableName is not a Hudi
table"""))
}
+
+ test("Test hoodie table schema consistency for non-Avro data types") {
Review Comment:
Yes, I have test the write operation with hive-sync. It works well because
the table schema has been converted to avro types.
--
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]