Expected Behavior
Ingestion should discard invalid FeatureRow and log it into error log
Current Behavior
Invalid timestamp causing unhandled exception which will be retried by ingestion endlessly.
Steps to reproduce
Run ingestion and produce FeatureRow having invalid event timestamp (seconds is outside of range [-62,135,596,800, +253,402,300,799] or nanos is outside of range [0, +999,999,999].
Specifications
- Version: master branch
- Subsystem: Ingestion
Possible Solution
Add check during Validate FeatureRow
Expected Behavior
Ingestion should discard invalid FeatureRow and log it into error log
Current Behavior
Invalid timestamp causing unhandled exception which will be retried by ingestion endlessly.
Steps to reproduce
Run ingestion and produce FeatureRow having invalid event timestamp (
secondsis outside of range [-62,135,596,800, +253,402,300,799] ornanosis outside of range [0, +999,999,999].Specifications
Possible Solution
Add check during Validate FeatureRow