Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
./interface/gen-py/cassandra/Cassandra-remote -h localhost:9160 get Keyspace1 o:movie "ColumnPath('movie', 'all')" ConsistencyLevel.ONE
gets transformed into
SliceByNamesReadCommand(table='Keyspace1', key='o:movie', columnParent='QueryPath(columnFamilyName='movie', superColumnName='[B@c68059', columnName='null')', columns=[all,])
which is wrong, sCN should be null