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 Dec 7, 2024
1 parent 65397a1 commit a3fee92
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/resources/cdm-detailed.properties
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,17 @@ 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 (non-PK) 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,...
spark.cdm.schema.ttlwritetime.calc.useCollections false
Expand Down

0 comments on commit a3fee92

Please sign in to comment.