Skip to content

Commit

Permalink
Rewords comment describing WRITETIME/TTL settings
Browse files Browse the repository at this point in the history
  • Loading branch information
arvydasj committed Mar 19, 2024
1 parent c247725 commit 751f0ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/resources/cdm-detailed.properties
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,16 @@ spark.cdm.connect.target.password cassandra
#-----------------------------------------------------------------------------------------------------------
spark.cdm.schema.origin.keyspaceTable keyspace_name.table_name

# Max TTL value of all non-PK columns will be used for insert on target
# Max TTL value of all TTL-eligible non-PK columns will be used for insert on target
#spark.cdm.schema.origin.column.ttl.automatic true

# Max TTL value of specified non-PK columns will be used for insert on target (overrides automatic setting)
# Max TTL value of specified columns will be used for insert on target (overrides automatic setting)
#spark.cdm.schema.origin.column.ttl.names data_col1,data_col2,...

# Max WRITETIME value of all non-PK columns will be used for insert on target
# Max WRITETIME value of all WRITETIME-eligible non-PK columns will be used for insert on target
#spark.cdm.schema.origin.column.writetime.automatic true

# Max WRITETIME value of specified non-PK columns will be used for insert on target (overrides automatic setting)
# Max WRITETIME value of specified (non-PK) columns will be used for insert on target (overrides automatic setting)
#spark.cdm.schema.origin.column.writetime.names data_col1,data_col2,...
#spark.cdm.schema.origin.column.names.to.target partition_col1:partition_col_1,partition_col2:partition_col_2,...

Expand Down

0 comments on commit 751f0ea

Please sign in to comment.