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/05/31 10:56:00 UTC

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

Hui An created HUDI-4170:
----------------------------

             Summary: 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


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)