You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "WangRiyu (Jira)" <ji...@apache.org> on 2022/03/23 12:20:00 UTC

[jira] [Updated] (HUDI-3695) Add orc reader in HoodieBaseRelation

     [ https://issues.apache.org/jira/browse/HUDI-3695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

WangRiyu updated HUDI-3695:
---------------------------
    Description: 
the ORC reader is not supported in HoodieBaseRelation after HUDI-3338

It should be restored to read ORC format based hudi table or else a UnsupportedOperationException will be thrown

 

code details:

[https://github.com/apache/hudi/blob/master/hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieBaseRelation.scala#L323]

 

  was:
the ORC reader is not supported in

HoodieBaseRelation 

after [HUDI-3338|https://issues.apache.org/jira/browse/HUDI-3338]

 

It should be restored to read ORC format based hudi table or else a UnsupportedOperationException will be thrown

 

code details:

https://github.com/apache/hudi/blob/master/hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieBaseRelation.scala#L323

 


> Add orc reader in HoodieBaseRelation
> ------------------------------------
>
>                 Key: HUDI-3695
>                 URL: https://issues.apache.org/jira/browse/HUDI-3695
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: spark
>    Affects Versions: 0.11.0
>            Reporter: WangRiyu
>            Priority: Major
>
> the ORC reader is not supported in HoodieBaseRelation after HUDI-3338
> It should be restored to read ORC format based hudi table or else a UnsupportedOperationException will be thrown
>  
> code details:
> [https://github.com/apache/hudi/blob/master/hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieBaseRelation.scala#L323]
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)