mistercrunch commented on code in PR #20451:
URL: https://github.com/apache/superset/pull/20451#discussion_r914141978


##########
superset/common/query_context_processor.py:
##########
@@ -322,6 +322,16 @@ def processing_time_offsets(  # pylint: 
disable=too-many-locals
                 #  multi-dimensional charts
                 granularity = query_object.granularity
                 index = granularity if granularity in df.columns else 
DTTM_ALIAS
+                if not pd.api.types.is_datetime64_any_dtype(

Review Comment:
   Guessing this should be `is_datetime64_any_dtype(...) or 
is_datetime64tz_any_dtype(...)`



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