n3nash commented on a change in pull request #2927:
URL: https://github.com/apache/hudi/pull/2927#discussion_r629684633



##########
File path: 
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkUtils.scala
##########
@@ -103,4 +106,34 @@ class TestHoodieSparkUtils {
     assertEquals(files.sortWith(_.toString < _.toString), 
indexedFilePaths.sortWith(_.toString < _.toString))
     spark.stop()
   }
+
+  @Test
+  def testCreateRdd(@TempDir tempDir: File): Unit = {

Review comment:
       Can you rename this method to something that you're trying to test about 
createRDD (here schema evolution) ?




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to