timsants opened a new pull request, #9550: URL: https://github.com/apache/pinot/pull/9550
Context: If the Pinot time column is in simple date format, it requires that the SegmentNameGenerator type is set to `normalizedDate` ([spec](https://docs.pinot.apache.org/configuration-reference/job-specification#segment-name-generator-spec)). Often times this is missed as it defaults to `simple`. And as a result, if the time column is in String and SIMPLE_DATE_FORMAT, the segment generation will fail. Change: This PR adds a simple inference in the case that the time column is string and is in simple date format. -- 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