You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/10/25 12:01:04 UTC

[jira] [Commented] (LENS-1197) Wrong return type mentioned in REST api doc for "get" call on "/metastore/cubes/{cubeName}/facts"

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

Hudson commented on LENS-1197:
------------------------------

SUCCESS: Integrated in Jenkins build Lens-Commit-Java8 #283 (See [https://builds.apache.org/job/Lens-Commit-Java8/283/])
LENS-1197 : Update doc for api getAllFacts of a cube (amareshwari: rev ca19ead475e4f929a7154de4ca9c92dc034b0f2c)
* (edit) lens-server/src/main/java/org/apache/lens/server/metastore/MetastoreResource.java


> Wrong return type mentioned in REST api doc for "get" call on "/metastore/cubes/{cubeName}/facts" 
> --------------------------------------------------------------------------------------------------
>
>                 Key: LENS-1197
>                 URL: https://issues.apache.org/jira/browse/LENS-1197
>             Project: Apache Lens
>          Issue Type: Bug
>          Components: api, docs
>            Reporter: Archana H
>            Assignee: Archana H
>             Fix For: 2.6
>
>         Attachments: LENS-1197.patch
>
>
> "get" on "/metastore/cubes/{cubeName}/facts"
> Actual : stringList of fact names
> <?xml version="1.0" encoding="UTF-8"?>
> <stringList>
>    <elements>3rdpartyenrichmentsummary1</elements>
>    <elements>agg1_demand_fact</elements>
> </stringList>
> In doc: List of XFactTable objects



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)