leesf commented on a change in pull request #4611:
URL: https://github.com/apache/hudi/pull/4611#discussion_r805450982



##########
File path: 
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/IncrementalRelation.scala
##########
@@ -171,7 +171,7 @@ class IncrementalRelation(val sqlContext: SQLContext,
 
         if (metaBootstrapFileIdToFullPath.nonEmpty) {
           df = sqlContext.sparkSession.read
-            .format("hudi")
+            .format("hudi_v1")

Review comment:
       yes, currently we use hudi_v1, and will use v2 as well after finding a 
solution, filing a jira to track this work. 
https://issues.apache.org/jira/projects/HUDI/issues/HUDI-3416




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