xushiyan commented on a change in pull request #4720:
URL: https://github.com/apache/hudi/pull/4720#discussion_r819386591



##########
File path: 
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/analysis/HoodieAnalysis.scala
##########
@@ -350,6 +353,35 @@ case class HoodieResolveReferences(sparkSession: 
SparkSession) extends Rule[Logi
         l
       }
 
+    case TimeTravelRelation(plan: UnresolvedRelation, timestamp, version) =>
+      // TODO: How to use version to perform time travel?

Review comment:
       > > do you have a follow-up ticket for supporting version-only 
time-travel?
   > 
   > I have no plan for this one at present. I'll look at the implementation 
based on version time travel later
   
   @XuQianJin-Stars since we just need to implement instant as of, then there's 
no strong requirement to support `version` 




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