codope commented on code in PR #12416:
URL: https://github.com/apache/hudi/pull/12416#discussion_r1868671881
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/RecordLevelIndexSupport.scala:
##########
@@ -229,6 +229,80 @@ object RecordLevelIndexSupport {
}
}
+ def fetchQueryWithAttribute(queryFilter: Expression, recordKeyOpt:
Option[String], literalGenerator: Function2[AttributeReference, Literal,
String],
Review Comment:
possible to add a UT for this? I know the test already covers both kinds of
expressions, but would be good to have a separate UT just for this util.
--
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]