You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/14 01:27:10 UTC

[GitHub] [hudi] leesf commented on a change in pull request #4611: [HUDI-3254] Introduce HoodieCatalog to manage tables for Spark Datasource V2

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org