arvindKandpal-ksolves opened a new pull request, #4856: URL: https://github.com/apache/cassandra/pull/4856
COPY TO does not support control characters (such as newlines, carriage returns, or null bytes) in text column values. Any text column containing these characters will be silently corrupted on round-trip — COPY TO succeeds and COPY FROM succeeds, but the re-imported values differ from the originals. This patch documents that limitation clearly in the COPY TO section of the cqlsh reference, in accordance with RFC 4180 which defines CSV TEXTDATA as printable characters only. Users with such data are directed to sstableloader for data migration instead. patch by Arvind Kandpal; reviewed by for CASSANDRA-21381 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

