You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2020/05/28 23:46:00 UTC

[jira] [Commented] (HUDI-973) RemoteHoodieTableFileSystemView supports non-partitioned table queries

    [ https://issues.apache.org/jira/browse/HUDI-973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119163#comment-17119163 ] 

sivabalan narayanan commented on HUDI-973:
------------------------------------------

Merged into master via [https://github.com/apache/hudi/commit/3574a89232ad8573d1f76b27f127cc2ab9195e38]

 

> RemoteHoodieTableFileSystemView supports non-partitioned table queries
> ----------------------------------------------------------------------
>
>                 Key: HUDI-973
>                 URL: https://issues.apache.org/jira/browse/HUDI-973
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: dzcxzl
>            Assignee: Balaji Varadarajan
>            Priority: Minor
>              Labels: pull-request-available
>
> When hoodie.embed.timeline.server = true, the written table is a non-partitioned table, will get an exception.
>  
> {code:java}
> io.javalin.BadRequestResponse: Query parameter 'partition' with value '' cannot be null or empty
> 	at io.javalin.validation.TypedValidator.getOrThrow(Validator.kt:25)
> 	at org.apache.hudi.timeline.service.FileSystemViewHandler.lambda$registerDataFilesAPI$3(FileSystemViewHandler.java:172)
> {code}
>  
> Because api checks whether the value of partition is null or empty.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)