Solr_query is a virtual column added by Datastax Search. When writing to a table which has this virtual column SCC will complain that such a column does not exist. To make it easier to work with these tables we should eliminate these columns from write and reading mappers.
Should this be implemented while reading data from cassandra as well? Here's a use-case
1. read from cassandra table that contains virtual col 2. remove one column and join with another dataset containing same column (to bring back the column) 2. write back to same cassandra table in append mode
Solr_query is a virtual column added by Datastax Search. When writing to a table which has this virtual column SCC will complain that such a column does not exist. To make it easier to work with these tables we should eliminate these columns from write and reading mappers.