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)

Reply via email to