[jira] [Updated] (CASSANDRA-8226) Cannot call a column 'timestamp'

2014-11-05 Thread Mikhail Stepura (JIRA)

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

Mikhail Stepura updated CASSANDRA-8226:
---
Fix Version/s: (was: 2.1.2)
   2.1.3

 Cannot call a column 'timestamp'
 

 Key: CASSANDRA-8226
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8226
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: [cqlsh 5.0.1 | Cassandra 2.1.1 | CQL spec 3.2.0 | Native 
 protocol v3]
Reporter: Dave Cunningham
Assignee: Mikhail Stepura
Priority: Minor
  Labels: cqlsh
 Fix For: 2.1.3


 {code}
 create table test(date text, timestamp timeuuid, stuff text, PRIMARY 
 KEY(date, timestamp));
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 select * from test where date = '20141030' order by timestamp limit 1;
 Traceback (most recent call last):
   File bin/cqlsh, line 861, in onecmd
 self.handle_statement(st, statementtext)
   File bin/cqlsh, line 901, in handle_statement
 return self.handle_parse_error(cmdword, tokens, parsed, srcstr)
   File bin/cqlsh, line 910, in handle_parse_error
 return self.perform_statement(cqlruleset.cql_extract_orig(tokens, srcstr))
   File bin/cqlsh, line 935, in perform_statement
 result = self.perform_simple_statement(stmt)
   File bin/cqlsh, line 968, in perform_simple_statement
 self.print_result(rows, self.parse_for_table_meta(statement.query_string))
   File bin/cqlsh, line 946, in parse_for_table_meta
 parsed = cqlruleset.cql_parse(query_string)[1]
 IndexError: list index out of range
 {code}



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


[jira] [Updated] (CASSANDRA-8226) Cannot call a column 'timestamp'

2014-10-31 Thread Sylvain Lebresne (JIRA)

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

Sylvain Lebresne updated CASSANDRA-8226:

Labels: cqlsh  (was: )

 Cannot call a column 'timestamp'
 

 Key: CASSANDRA-8226
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8226
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: [cqlsh 5.0.1 | Cassandra 2.1.1 | CQL spec 3.2.0 | Native 
 protocol v3]
Reporter: Dave Cunningham
Priority: Minor
  Labels: cqlsh
 Fix For: 2.1.2


 create table test(date text, timestamp timeuuid, stuff text, PRIMARY 
 KEY(date, timestamp));
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 select * from test where date = '20141030' order by timestamp limit 1;
 Traceback (most recent call last):
   File bin/cqlsh, line 861, in onecmd
 self.handle_statement(st, statementtext)
   File bin/cqlsh, line 901, in handle_statement
 return self.handle_parse_error(cmdword, tokens, parsed, srcstr)
   File bin/cqlsh, line 910, in handle_parse_error
 return self.perform_statement(cqlruleset.cql_extract_orig(tokens, srcstr))
   File bin/cqlsh, line 935, in perform_statement
 result = self.perform_simple_statement(stmt)
   File bin/cqlsh, line 968, in perform_simple_statement
 self.print_result(rows, self.parse_for_table_meta(statement.query_string))
   File bin/cqlsh, line 946, in parse_for_table_meta
 parsed = cqlruleset.cql_parse(query_string)[1]
 IndexError: list index out of range



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


[jira] [Updated] (CASSANDRA-8226) Cannot call a column 'timestamp'

2014-10-31 Thread Sylvain Lebresne (JIRA)

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

Sylvain Lebresne updated CASSANDRA-8226:

Assignee: Mikhail Stepura

 Cannot call a column 'timestamp'
 

 Key: CASSANDRA-8226
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8226
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: [cqlsh 5.0.1 | Cassandra 2.1.1 | CQL spec 3.2.0 | Native 
 protocol v3]
Reporter: Dave Cunningham
Assignee: Mikhail Stepura
Priority: Minor
  Labels: cqlsh
 Fix For: 2.1.2


 create table test(date text, timestamp timeuuid, stuff text, PRIMARY 
 KEY(date, timestamp));
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 select * from test where date = '20141030' order by timestamp limit 1;
 Traceback (most recent call last):
   File bin/cqlsh, line 861, in onecmd
 self.handle_statement(st, statementtext)
   File bin/cqlsh, line 901, in handle_statement
 return self.handle_parse_error(cmdword, tokens, parsed, srcstr)
   File bin/cqlsh, line 910, in handle_parse_error
 return self.perform_statement(cqlruleset.cql_extract_orig(tokens, srcstr))
   File bin/cqlsh, line 935, in perform_statement
 result = self.perform_simple_statement(stmt)
   File bin/cqlsh, line 968, in perform_simple_statement
 self.print_result(rows, self.parse_for_table_meta(statement.query_string))
   File bin/cqlsh, line 946, in parse_for_table_meta
 parsed = cqlruleset.cql_parse(query_string)[1]
 IndexError: list index out of range



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


[jira] [Updated] (CASSANDRA-8226) Cannot call a column 'timestamp'

2014-10-31 Thread Mikhail Stepura (JIRA)

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

Mikhail Stepura updated CASSANDRA-8226:
---
Description: 
{code}
create table test(date text, timestamp timeuuid, stuff text, PRIMARY KEY(date, 
timestamp));
insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
select * from test where date = '20141030' order by timestamp limit 1;
Traceback (most recent call last):
  File bin/cqlsh, line 861, in onecmd
self.handle_statement(st, statementtext)
  File bin/cqlsh, line 901, in handle_statement
return self.handle_parse_error(cmdword, tokens, parsed, srcstr)
  File bin/cqlsh, line 910, in handle_parse_error
return self.perform_statement(cqlruleset.cql_extract_orig(tokens, srcstr))
  File bin/cqlsh, line 935, in perform_statement
result = self.perform_simple_statement(stmt)
  File bin/cqlsh, line 968, in perform_simple_statement
self.print_result(rows, self.parse_for_table_meta(statement.query_string))
  File bin/cqlsh, line 946, in parse_for_table_meta
parsed = cqlruleset.cql_parse(query_string)[1]
IndexError: list index out of range
{code}

  was:
create table test(date text, timestamp timeuuid, stuff text, PRIMARY KEY(date, 
timestamp));
insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
select * from test where date = '20141030' order by timestamp limit 1;
Traceback (most recent call last):
  File bin/cqlsh, line 861, in onecmd
self.handle_statement(st, statementtext)
  File bin/cqlsh, line 901, in handle_statement
return self.handle_parse_error(cmdword, tokens, parsed, srcstr)
  File bin/cqlsh, line 910, in handle_parse_error
return self.perform_statement(cqlruleset.cql_extract_orig(tokens, srcstr))
  File bin/cqlsh, line 935, in perform_statement
result = self.perform_simple_statement(stmt)
  File bin/cqlsh, line 968, in perform_simple_statement
self.print_result(rows, self.parse_for_table_meta(statement.query_string))
  File bin/cqlsh, line 946, in parse_for_table_meta
parsed = cqlruleset.cql_parse(query_string)[1]
IndexError: list index out of range



 Cannot call a column 'timestamp'
 

 Key: CASSANDRA-8226
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8226
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: [cqlsh 5.0.1 | Cassandra 2.1.1 | CQL spec 3.2.0 | Native 
 protocol v3]
Reporter: Dave Cunningham
Assignee: Mikhail Stepura
Priority: Minor
  Labels: cqlsh
 Fix For: 2.1.2


 {code}
 create table test(date text, timestamp timeuuid, stuff text, PRIMARY 
 KEY(date, timestamp));
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 select * from test where date = '20141030' order by timestamp limit 1;
 Traceback (most recent call last):
   File bin/cqlsh, line 861, in onecmd
 self.handle_statement(st, statementtext)
   File bin/cqlsh, line 901, in handle_statement
 return self.handle_parse_error(cmdword, tokens, parsed, srcstr)
   File bin/cqlsh, line 910, in handle_parse_error
 return self.perform_statement(cqlruleset.cql_extract_orig(tokens, srcstr))
   File bin/cqlsh, line 935, in perform_statement
 result = self.perform_simple_statement(stmt)
   File bin/cqlsh, line 968, in perform_simple_statement
 self.print_result(rows, self.parse_for_table_meta(statement.query_string))
   File bin/cqlsh, line 946, in parse_for_table_meta
 parsed = cqlruleset.cql_parse(query_string)[1]
 IndexError: list index out of range
 {code}



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


[jira] [Updated] (CASSANDRA-8226) Cannot call a column 'timestamp'

2014-10-30 Thread T Jake Luciani (JIRA)

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

T Jake Luciani updated CASSANDRA-8226:
--
Fix Version/s: 2.1.2

 Cannot call a column 'timestamp'
 

 Key: CASSANDRA-8226
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8226
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: [cqlsh 5.0.1 | Cassandra 2.1.1 | CQL spec 3.2.0 | Native 
 protocol v3]
Reporter: Dave Cunningham
 Fix For: 2.1.2


 create table test(date text, timestamp timeuuid, stuff text, PRIMARY 
 KEY(date, timestamp));
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 select * from test where date = '20141030' order by timestamp limit 1;
 Traceback (most recent call last):
   File bin/cqlsh, line 861, in onecmd
 self.handle_statement(st, statementtext)
   File bin/cqlsh, line 901, in handle_statement
 return self.handle_parse_error(cmdword, tokens, parsed, srcstr)
   File bin/cqlsh, line 910, in handle_parse_error
 return self.perform_statement(cqlruleset.cql_extract_orig(tokens, srcstr))
   File bin/cqlsh, line 935, in perform_statement
 result = self.perform_simple_statement(stmt)
   File bin/cqlsh, line 968, in perform_simple_statement
 self.print_result(rows, self.parse_for_table_meta(statement.query_string))
   File bin/cqlsh, line 946, in parse_for_table_meta
 parsed = cqlruleset.cql_parse(query_string)[1]
 IndexError: list index out of range



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


[jira] [Updated] (CASSANDRA-8226) Cannot call a column 'timestamp'

2014-10-30 Thread T Jake Luciani (JIRA)

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

T Jake Luciani updated CASSANDRA-8226:
--
Priority: Minor  (was: Major)

 Cannot call a column 'timestamp'
 

 Key: CASSANDRA-8226
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8226
 Project: Cassandra
  Issue Type: Bug
  Components: Core
 Environment: [cqlsh 5.0.1 | Cassandra 2.1.1 | CQL spec 3.2.0 | Native 
 protocol v3]
Reporter: Dave Cunningham
Priority: Minor
 Fix For: 2.1.2


 create table test(date text, timestamp timeuuid, stuff text, PRIMARY 
 KEY(date, timestamp));
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 insert into test(date, timestamp, stuff) values ('20141030', now(), 'test');
 select * from test where date = '20141030' order by timestamp limit 1;
 Traceback (most recent call last):
   File bin/cqlsh, line 861, in onecmd
 self.handle_statement(st, statementtext)
   File bin/cqlsh, line 901, in handle_statement
 return self.handle_parse_error(cmdword, tokens, parsed, srcstr)
   File bin/cqlsh, line 910, in handle_parse_error
 return self.perform_statement(cqlruleset.cql_extract_orig(tokens, srcstr))
   File bin/cqlsh, line 935, in perform_statement
 result = self.perform_simple_statement(stmt)
   File bin/cqlsh, line 968, in perform_simple_statement
 self.print_result(rows, self.parse_for_table_meta(statement.query_string))
   File bin/cqlsh, line 946, in parse_for_table_meta
 parsed = cqlruleset.cql_parse(query_string)[1]
 IndexError: list index out of range



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