[ https://issues.apache.org/jira/browse/HUDI-1527 ]


    Raymond Xu deleted comment on HUDI-1527:
    ----------------------------------

was (Author: githubbot):
vinothchandar commented on pull request #3353:
URL: https://github.com/apache/hudi/pull/3353#issuecomment-888777601


   That's pretty much the functionality, supporting reads of table without 
having to pass globs ("basePath/*/*/*") You can see the tests. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Automatically infer the data directory, users only need to specify the table 
> directory
> --------------------------------------------------------------------------------------
>
>                 Key: HUDI-1527
>                 URL: https://issues.apache.org/jira/browse/HUDI-1527
>             Project: Apache Hudi
>          Issue Type: Improvement
>            Reporter: teeyog
>            Priority: Major
>              Labels: pull-request-available
>
> To read the hudi table, you need to specify the path, but the path is not 
> only the tablePath corresponding to the table, but needs to be determined by 
> the partition directory structure. Different keyGenerators correspond to 
> different partition directory structures. The first-level partition directory 
> uses path=.../table/*/*, the secondary partition directory path=../table/*/*/*
> so it is troublesome to let the user specify the data path, the user only 
> needs to specify the tablePath:  .../table
>  
>  



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

Reply via email to