Here's a strange one.
I've got a Cassandra table, call it, "test". It has several columns. These are queried via the Java driver, with a simple "select * from test where uuid=foo".
This works locally, all columns are returned.
In production environment, however, one column is dropped, despite it having data in it (which demonstrates the column can be written to).
I've looked at ColumnDefinitions for the Row object, and it indeed does not contain the column in question.
Why? Anyone even have a workable theory?