nsivabalan commented on code in PR #13402:
URL: https://github.com/apache/hudi/pull/13402#discussion_r2136690331
##########
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:
sorry. will take one pass over entire patch and get these fixed.
--
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]