kartikdhar opened a new issue, #23645: URL: https://github.com/apache/superset/issues/23645
In Superset v2.1.0 - When trying to create a bar chart or area chart (new one), with a dataset that uses epoch_ms as datetime object, the calculations under the hood are incorrect. Superset is not handling the conversion correctly. This is a new issue that was not the case in previous version we were using (2.0.1) #### How to reproduce the bug 1. With a dataset with epoch_ms as datetime value 2. Create a bar chart (new one) 3. Select any time grain or filters ### Expected results Bar chart should be rendered as per the correct dates ### Actual results Error: ```Out of bounds nanosecond timestamp: 167-01-01 00:00:00``` #### Screenshots  ### Environment (please complete the following information): - Arc version 112 - superset version: `2.1.0` - any feature flags active: ENABLE_TEMPLATE_PROCESSING, HTML_SANITIZATION = False ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context No addition context -- 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]
