You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2015/08/03 13:56:04 UTC

[jira] [Created] (LENS-710) Allow column name mapping for few/all columns in underlying storage tables

Amareshwari Sriramadasu created LENS-710:
--------------------------------------------

             Summary: Allow column name mapping for few/all columns in underlying storage tables
                 Key: LENS-710
                 URL: https://issues.apache.org/jira/browse/LENS-710
             Project: Apache Lens
          Issue Type: Improvement
          Components: driver-jdbc
            Reporter: Amareshwari Sriramadasu


This improvement proposed is to accept column mapping for few or all columns in underlying storage tables - which allows column to be different in underlying storage than column in fact/dimtable

For example:
Fact1 has col1

S1_Fact1 has col1
S2_Fact2 has col1_variant

S2_Fact2 can have column mapping property specified as col1:col1_variant. If S2_Fact2 becomes the eligible storage table, then query should be written with col1_variant if col1 is queried.



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