You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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] ornanos
is outside of range [0, +999,999,999].Specifications
Possible Solution
Add check during Validate FeatureRow
The text was updated successfully, but these errors were encountered: