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 2021/06/22 06:51:33 UTC

[GitHub] [hudi] pengzhiwei2018 commented on pull request #3120: [HUDI-2045] Support Read Hoodie As DataSource Table For Flink And Del…

pengzhiwei2018 commented on pull request #3120:
URL: https://github.com/apache/hudi/pull/3120#issuecomment-865647016


   Hi @umehrot2 ,Currently `HoodieBootstrapRelation` can not read bootstrap MOR `rt` table which will return the same result as `ro` table.  After we have synced the spark datasource properties in `HiveSyncTool` in this PR, The test case `ITTestHoodieDemo#testSparkSQLAfterSecondBatch` will failed. Because spark will read the bootstrap mor `rt` by the `HoodieBootstrapRelation`. 
   So I think we should support reading `rt` table in `HoodieBootstrapRelation` before we can merge this PR. Can you give me some suggestion? thanks~


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

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