Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-973

RemoteHoodieTableFileSystemView supports non-partitioned table queries

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.5.3
    • 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

          Activity

            People

              vbalaji Balaji Varadarajan
              dzcxzl dzcxzl
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: