Jackie-Jiang commented on issue #8254: URL: https://github.com/apache/pinot/issues/8254#issuecomment-1130597333
@jadami10 Good catch on the stale doc, updated. We perform the time column value validation (must be in the range of 1971-2071) to prevent user configuration error of mismatching value and time unit. (E.g. if the time value is in `millisSinceEpoch` but user specify the time unit as `SECONDS`, then the segment will fail the validation). For the main time column, we probably don't want to use 0 as the default value because for hybrid table setup, the record will be ignored because of the time boundary. The offline spark job should follow the same behavior here -- 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]
