Details
-
Sub-task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
Description
I can import a chunk of data into Cassandra table with COPY command like:
COPY my_table (name, address) FROM my_file.csv WITH option='value' ... ;
But I am not able to specify a finite TTL in COPY command with "USING TTL 3600", for example.
Attachments
Issue Links
- blocks
-
CASSANDRA-9303 Match cassandra-loader options in COPY FROM
- Resolved
- is blocked by
-
CASSANDRA-9302 Optimize cqlsh COPY FROM, part 3
- Resolved
- links to