vogievetsky opened a new pull request, #18721:
URL: https://github.com/apache/druid/pull/18721

   Defensive coding!
   
   Make Explore view work better if maxTime returns data far into the future. 
Right now if the max time query returns a 5 digit year date then 
`getMaxTimeForTable` will return `undefined` which will cause 
`rewriteMaxDataTime` to do a noop and send a function that does not exist to 
Druid. The user gets a super cryptic error back. This makes it do the best it 
can do (also flashes a warning toast).
   
   Made `continuous-chart-render` more defensive for 0 measures.


-- 
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]

Reply via email to