Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
When hoodie.embed.timeline.server = true, the written table is a non-partitioned table, will get an exception.
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)
Because api checks whether the value of partition is null or empty.
Attachments
Issue Links
- links to