nsivabalan commented on code in PR #13402:
URL: https://github.com/apache/hudi/pull/13402#discussion_r2136715959


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/RecordLevelIndexTestBase.scala:
##########
@@ -131,6 +131,9 @@ class RecordLevelIndexTestBase extends 
HoodieStatsIndexTestBase {
       val partitionPath: String = row.getAs("_hoodie_partition_path")
       val fileName: String = row.getAs("_hoodie_file_name")
       val recordLocation = recordIndexMap.get(recordKey)
+      if (recordLocation == null) {
+        println("afsdf")
+      }

Review Comment:
   fixed in latest commit pushed.



##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestRecordLevelIndex.scala:
##########
@@ -346,6 +346,7 @@ class TestRecordLevelIndex extends RecordLevelIndexTestBase 
{
   @ParameterizedTest
   @EnumSource(classOf[HoodieTableType])
   def testRLIWithDTCleaning(tableType: HoodieTableType): Unit = {
+    val tableType = HoodieTableType.MERGE_ON_READ

Review Comment:
   fixed in latest commit pushed.



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

Reply via email to