You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Archana H (JIRA)" <ji...@apache.org> on 2016/06/21 09:48:57 UTC

[jira] [Created] (LENS-1197) Return type is wrong in REST api doc for "get" call on "/metastore/cubes/{cubeName}/facts"

Archana H created LENS-1197:
-------------------------------

             Summary: Return type is wrong 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
            Reporter: Archana H


"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)