Davis-Zhang-Onehouse commented on code in PR #13523:
URL: https://github.com/apache/hudi/pull/13523#discussion_r2229723034


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/feature/index/testHoodieBackedTableMetadataIndexLookup.scala:
##########
@@ -240,29 +240,29 @@ abstract class 
HoodieBackedTableMetadataIndexLookupTestBase extends HoodieSparkS
         s"Position for key $key should be >= INVALID_POSITION")
     }
 
-    // Case 3: Non-existing keys
-    val nonExistKeys = HoodieListData.eager(List("100", "200").asJava)
+    // Case 3: Non-existing keys, some matches the prefix of the existing 
records.
+    val nonExistKeys = HoodieListData.eager(List("", "a", "a100", 
"200").asJava)

Review Comment:
   done



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