rusackas commented on code in PR #28268: URL: https://github.com/apache/superset/pull/28268#discussion_r2146217536
########## superset/result_set.py: ########## @@ -138,6 +139,13 @@ def __init__( # pylint: disable=too-many-locals # noqa: C901 if array.size > 0: for column in column_names: try: + # Check if array[column][0] is an list of instance of psycopg2.extras.DateTimeTZRange Review Comment: ```suggestion # Is array[column][0] a list of psycopg2.extras.DateTimeTZRange ``` -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org