Hello again,
After fixed almost all my issues with COPY I have this last one, that I couldn't fix it.
[cqlsh 5.0.1 | Cassandra 3.11.3.5117 | DSE 5.1.17 | CQL spec 3.4.4 | Native protocol v4]
CREATE TABLE document_template_by_company_id ( company_id timeuuid, id text, default_language_tag text, i18n map<text, blob>, name text, status text, PRIMARY KEY (company_id, id)
cqlsh "with header=true AND CHUNKSIZE=100 AND NULL='null' " --connect-timeout 30
Reading options from the command line: {'header': 'true', 'null': 'null', 'chunksize': '100'} Using 3 child processes unhashable type: 'bytearray', given up without retries
Any thought?