gianm opened a new pull request, #19264: URL: https://github.com/apache/druid/pull/19264
TableInputSpec has a getIntervalsForSerialization method whose purpose is to omit the "intervals" field when the query interval is ONLY_ETERNITY. However, this was not wired up correctly, so actually what happened is when intervals did exist, both "intervals" and "intervalsForSerialization" would be written. This patch adjusts the Jackson annotations to match the original intent. -- 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]
