Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore computing writetime (& TTLs) for tables without non-primary key columns #245

Open
msmygit opened this issue Feb 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@msmygit
Copy link
Collaborator

msmygit commented Feb 9, 2024

Ignore computing writetimes (& TTLs) when there are no writetime capable columns in the given table schema.

Currently we hit this error which stems from this condition,

24/02/05 15:32:07 ERROR WritetimeTTL: WriteTimestamp filter is configured but no WriteTimestamp columns are de
fined
24/02/05 15:32:07 INFO WritetimeTTL: Feature WritetimeTTL is disabled
24/02/05 15:32:07 ERROR CopyJobSession: Feature com.datastax.cdm.feature.WritetimeTTL is not valid.  Please ch
eck the configuration.
24/02/05 15:32:07 INFO WritetimeTTL: PARAM -- spark.cdm.filter.java.writetime.min: 1668470400000 datetime is 1
970-01-20T07:27:50.400Z 
24/02/05 15:32:07 INFO WritetimeTTL: PARAM -- spark.cdm.filter.java.writetime.max: 2699474926455700 datetime i
s 2055-07-17T22:08:46.455Z 
@msmygit msmygit added the enhancement New feature or request label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant