Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness
-
Normal
-
Normal
-
User Report
-
All
-
None
-
Description
Tables created with Japanese character name columns are working well in C* 3.11.10 when doing a SELECT * in cqlsh but will show as garbled (shown as "?") in 4.0-beta4. DESCRIBE shows the column names correctly in both cases.
Run the attached jptest.cql script in both envs with cqlsh -f. They will yield different results.
My test env (MacOS 10.15.7):
C* 3.11.10 with
- OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_252-b09)
- Python 2.7.16
C* 4.0-beta4
- OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9.1+1)
- Python 3.8.2
Attachments
Attachments
Issue Links
- is caused by
-
CASSANDRA-15410 Avoid over-allocation of bytes for UTF8 string serialization
- Resolved