elonazoulay commented on issue #10073: URL: https://github.com/apache/pinot/issues/10073#issuecomment-1375383774
@Jackie-Jiang update: inserting null values for both timestamp and timestamp arrays results in epoch millis 0, i.e. 1970-01-01 00:00:00.000 - so that can be used to bypass the min value check. Is that intended? So behavior looks like it's: 0 <= input_ts < epochMiillis(1971-01-01 00:00:00.000) -> error input_ts = null -> 1970-01-01 00:00:00.000 input_ts > epochMiillis(1971-01-01 00:00:00.000) -> input_ts Is that correct? -- 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