Re: CQL data type compatibility between ascii and text

2018-08-10 Thread thiranjith
Thanks Yoshi! That explains it a lot :) On Fri, 10 Aug 2018 18:30:25 +1000  Y K wrote Hi Thira, First, there's the 3.0 branch of versions and the 3.x branch of versions. http://cassandra.apache.org/doc/latest/development/patches.html#choosing-the-right-branches-to-work-on The 3.0.16

Re: CQL data type compatibility between ascii and text

2018-08-10 Thread Y K
Hi Thira, First, there's the 3.0 branch of versions and the 3.x branch of versions. http://cassandra.apache.org/doc/latest/development/patches.html#choosing-the-right-branches-to-work-on The 3.0.16 belongs to the 3.0 branch. The 3.9 and 3.11.2 belong to the 3.x. branch I believe the change was

CQL data type compatibility between ascii and text

2018-08-10 Thread thiranjith
Hi, According to documentation at  https://docs.datastax.com/en/cql/3.3/cql/cql_reference/cql_data_types_c.html#cql_data_types_c__cql_data_type_compatibility  we should not be able to change the column type from ascii to text. I have had a mix experience with conversion between data types on