renjithpaul27 opened a new issue #16087: URL: https://github.com/apache/superset/issues/16087
It looks like supeset defaults null valued date/timestamp values to 1970-01-01 instead of null values in table charts. ### Expected results Expected to see null or NA for null valued date,datetime,timestamp values. ### Actual results It defaults to 1970-01-01 for null valued rows. #### How to reproduce the bug Use a mysql backend and create a table with some valid/null values for a date field. Derive it as a table chart in superset. -- 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]
