[jira] [Updated] (ASTERIXDB-1496) Having an ability to put nullable field information when creating an enforced index

2016-08-19 Thread Till (JIRA)

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

Till updated ASTERIXDB-1496:

Issue Type: Bug  (was: Improvement)

> Having an ability to put nullable field information when creating an enforced 
> index
> ---
>
> Key: ASTERIXDB-1496
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1496
> Project: Apache AsterixDB
>  Issue Type: Bug
>Reporter: Taewoo Kim
>Assignee: Michael J. Carey
>  Labels: soon
>
> It would be nice if we have an ability to put nullable field ("?") 
> information when creating an enforced type index to indicate whether the 
> field is nullable or not.
> The current syntax
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime) type btree 
> enforced;
> The proposed syntax(nullable field)
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime?) type 
> btree enforced;
> or 
> (non-nullable field)
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime) type btree 
> enforced;



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


[jira] [Updated] (ASTERIXDB-1496) Having an ability to put nullable field information when creating an enforced index

2016-08-17 Thread Till (JIRA)

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

Till updated ASTERIXDB-1496:

Assignee: Michael J. Carey  (was: Abdullah Alamoudi)

> Having an ability to put nullable field information when creating an enforced 
> index
> ---
>
> Key: ASTERIXDB-1496
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1496
> Project: Apache AsterixDB
>  Issue Type: Improvement
>Reporter: Taewoo Kim
>Assignee: Michael J. Carey
>  Labels: soon
>
> It would be nice if we have an ability to put nullable field ("?") 
> information when creating an enforced type index to indicate whether the 
> field is nullable or not.
> The current syntax
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime) type btree 
> enforced;
> The proposed syntax(nullable field)
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime?) type 
> btree enforced;
> or 
> (non-nullable field)
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime) type btree 
> enforced;



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


[jira] [Updated] (ASTERIXDB-1496) Having an ability to put nullable field information when creating an enforced index

2016-08-17 Thread Till (JIRA)

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

Till updated ASTERIXDB-1496:

Labels: soon  (was: )

> Having an ability to put nullable field information when creating an enforced 
> index
> ---
>
> Key: ASTERIXDB-1496
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1496
> Project: Apache AsterixDB
>  Issue Type: Improvement
>Reporter: Taewoo Kim
>Assignee: Abdullah Alamoudi
>  Labels: soon
>
> It would be nice if we have an ability to put nullable field ("?") 
> information when creating an enforced type index to indicate whether the 
> field is nullable or not.
> The current syntax
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime) type btree 
> enforced;
> The proposed syntax(nullable field)
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime?) type 
> btree enforced;
> or 
> (non-nullable field)
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime) type btree 
> enforced;



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


[jira] [Updated] (ASTERIXDB-1496) Having an ability to put nullable field information when creating an enforced index

2016-07-15 Thread Michael J. Carey (JIRA)

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

Michael J. Carey updated ASTERIXDB-1496:

Assignee: Abdullah Alamoudi

> Having an ability to put nullable field information when creating an enforced 
> index
> ---
>
> Key: ASTERIXDB-1496
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1496
> Project: Apache AsterixDB
>  Issue Type: Improvement
>Reporter: Taewoo Kim
>Assignee: Abdullah Alamoudi
>
> It would be nice if we have an ability to put nullable field ("?") 
> information when creating an enforced type index to indicate whether the 
> field is nullable or not.
> The current syntax
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime) type btree 
> enforced;
> The proposed syntax(nullable field)
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime?) type 
> btree enforced;
> or 
> (non-nullable field)
> create index fbSendTimeIdx on FacebookMessages(send-time:datetime) type btree 
> enforced;



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