[ 
https://issues.apache.org/jira/browse/STORM-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jungtaek Lim updated STORM-2143:
--------------------------------
    Description: 
When getting column informations from Calcite, they are not case sensitive and 
all uppercased. 
Since Storm field name is case sensitive, we should respect 'case insensitive' 
while handling tuples. If producer just creates tuples with field names to 
uppercase before filtering and publishing, that makes life much easier.

NOTE: This should be documented so that following implementations can follow up.

  was:
When getting column informations from Calcite, they are not case sensitive and 
all uppercased. 
Since Storm field name is case sensitive, we should respect 'case insensitive' 
while handling tuples. If producer just creates tuples with field names to 
uppercase before filtering and publishing, that makes life much easier.


> Storm SQL provider implementations should convert field names as uppercased
> ---------------------------------------------------------------------------
>
>                 Key: STORM-2143
>                 URL: https://issues.apache.org/jira/browse/STORM-2143
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-sql
>            Reporter: Jungtaek Lim
>            Priority: Critical
>
> When getting column informations from Calcite, they are not case sensitive 
> and all uppercased. 
> Since Storm field name is case sensitive, we should respect 'case 
> insensitive' while handling tuples. If producer just creates tuples with 
> field names to uppercase before filtering and publishing, that makes life 
> much easier.
> NOTE: This should be documented so that following implementations can follow 
> up.



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

Reply via email to