nsivabalan commented on a change in pull request #4195:
URL: https://github.com/apache/hudi/pull/4195#discussion_r761545151
##########
File path:
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala
##########
@@ -375,6 +377,31 @@ class TestHoodieSparkSqlWriter {
assert(df.except(trimmedDf).count() == 0)
}
+ /**
+ * Test case for insert dataset without partitioning field
+ */
+ @Test
+ def testInsertDatasetWithoutPartitionField(): Unit = {
Review comment:
Can we add a similar test for non-partitioned table and validate table
properties may be.
--
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]