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

[jira] [Closed] (HUDI-4170) Make user can use hoodie.datasource.read.paths to read necessary files

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

Hui An closed HUDI-4170.
------------------------
    Fix Version/s: 0.12.0
         Assignee: Hui An
       Resolution: Fixed

> Make user can use hoodie.datasource.read.paths to read necessary files
> ----------------------------------------------------------------------
>
>                 Key: HUDI-4170
>                 URL: https://issues.apache.org/jira/browse/HUDI-4170
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: Hui An
>            Assignee: Hui An
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>
> After HUDI-3191, we cannot set hoodie.datasource.read.paths to read files by user specified, we need to support this as some clients may use this feature.
> {code:scala}
> spark.read.format("org.apache.hudi")
>       .option(DataSourceReadOptions.QUERY_TYPE.key, DataSourceReadOptions.QUERY_TYPE_SNAPSHOT_OPT_VAL)
>       .option(DataSourceReadOptions.READ_PATHS.key, "hdfs://test/testTable/.files")
>       .load()
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)