mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
Fixes an sstableloader bug where we quoted twice column names that had to be quoted, and therefore failed on such tables - and in particular Alternator tables which always have a column called ":attrs". Fixes #8229 * tools/java 142f517a23...c5d9e8513e (1): > sstableloader: Only escape column names once