You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/31 11:01:00 UTC

[jira] [Updated] (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 ]

ASF GitHub Bot updated HUDI-4170:
---------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>
> 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.7#820007)