Closed rgooding closed 3 months ago
When I run a CQL query on Windows the results are not being displayed correctly. The table queried in the screenshot below has this schema:
CREATE TABLE keyspace1.standard1 ( key blob PRIMARY KEY, "C0" blob, "C1" blob, "C2" blob, "C3" blob, "C4" blob )
It looks like it has taken one of the values as the field names then only displayed data for the first row:
Working on that
@millerjp @rgooding, the cause of the issue - on Windows - is the addition of escape character - backslash - more than needed, causes a bad JSON structure, handled that, that's the final result:
When I run a CQL query on Windows the results are not being displayed correctly. The table queried in the screenshot below has this schema:
It looks like it has taken one of the values as the field names then only displayed data for the first row: