KKcorps commented on PR #9320:
URL: https://github.com/apache/pinot/pull/9320#issuecomment-1234785795

   > Can we also address time column here? We should have users control the 
default value when it is null or not in valid time range.
   Added this change. If the config `useDefaultValueOnError` is enabled and 
`timeColumn` is set, we will check if each timestamp lies in the valid range or 
not. If not, then we set it to `null` and let `NullValueTransform` take care of 
replacing it with appropriate default value.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to