yihua commented on code in PR #11861:
URL: https://github.com/apache/hudi/pull/11861#discussion_r1737296200
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMetadataTableWithSparkDataSource.scala:
##########
@@ -226,4 +228,84 @@ class TestMetadataTableWithSparkDataSource extends
SparkClientFunctionalTestHarn
private def parseRecords(records: Seq[String]) = {
spark.read.json(spark.sparkContext.parallelize(records, 2))
}
+
+ @Test
+ def testTimeTravelQuery(): Unit = {
Review Comment:
Could you enhance the validation based on the discussion?
--
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]