alexeykudinkin commented on a change in pull request #4195:
URL: https://github.com/apache/hudi/pull/4195#discussion_r761554355
##########
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:
Sorry, didn't get your comment: what kind of test were you referring to?
--
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]