[
https://issues.apache.org/jira/browse/LENS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14541757#comment-14541757
]
Sushil Mohanty commented on LENS-204:
-------------------------------------
All unit tests are running fine.
{CODE}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Lens Checkstyle Rules ............................. SUCCESS [6.025s]
[INFO] Lens .............................................. SUCCESS [0.265s]
[INFO] Lens API .......................................... SUCCESS [12.387s]
[INFO] Lens API for server and extensions ................ SUCCESS [17.103s]
[INFO] Lens Cube ......................................... SUCCESS [4:34.790s]
[INFO] Lens DB storage ................................... SUCCESS [23.056s]
[INFO] Lens Query Library ................................ SUCCESS [9.476s]
[INFO] Lens Hive Driver .................................. SUCCESS [5:15.026s]
[INFO] Lens Driver for JDBC .............................. SUCCESS [36.286s]
[INFO] Lens Server ....................................... SUCCESS [15:48.575s]
[INFO] Lens client ....................................... SUCCESS [2:25.408s]
[INFO] Lens CLI .......................................... SUCCESS [6:51.857s]
[INFO] Lens Examples ..................................... SUCCESS [3.636s]
[INFO] Lens Distribution ................................. SUCCESS [4.836s]
[INFO] Lens ML Lib ....................................... SUCCESS [2:39.587s]
[INFO] Lens ML Ext Distribution .......................... SUCCESS [7.356s]
[INFO] Lens Regression ................................... SUCCESS [0.939s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39:37.685s
[INFO] Finished at: Tue May 12 14:46:06 GMT+05:30 2015
[INFO] Final Memory: 86M/1078M
[INFO] ------------------------------------------------------------------------
{CODE}
> Support union across tables in cube rewriting
> ---------------------------------------------
>
> Key: LENS-204
> URL: https://issues.apache.org/jira/browse/LENS-204
> Project: Apache Lens
> Issue Type: Improvement
> Components: cube
> Reporter: Amareshwari Sriramadasu
> Assignee: Sushil Mohanty
> Attachments: LENS-204-1.patch
>
>
> Right now, if query rewriting requires union across two or more tables, the
> query fails. We would need union across two or more tables for the following
> use cases
> # The time range queried is spread across two or more storage tables of a fact
> # The time range queried is spread across two or more fact tables
> # This is debatable use case - the same measure is present in two fact tables
> ** When same measure is present in more than one fact table, we pick one
> candidate fact table right now. Optionally, we should allow union with other
> facts through fact property. I won't push for this, but putting it here as we
> have seen this in our internal data model.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)