Jackie-Jiang commented on issue #10073:
URL: https://github.com/apache/pinot/issues/10073#issuecomment-1376468240

   Can you check if `null` is filled with 1970-01-01? It shouldn't be the case 
though. If default value is not provided, we will fill `null` with the current 
time, and that's why it might pass the value check.
   We put this restriction on the time column because it is used to determine 
whether a segment is expired, or can be pruned.
   Do you think you can put `null` in the source data, and put a very old 
default value (e.g. 1980)?


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to