You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/02/17 13:57:10 UTC

[GitHub] [superset] zhaoyongjie commented on a change in pull request #18782: fix: contribution operator meets nan value

zhaoyongjie commented on a change in pull request #18782:
URL: https://github.com/apache/superset/pull/18782#discussion_r809074376



##########
File path: superset/common/query_object.py
##########
@@ -395,6 +396,7 @@ def exec_post_processing(self, df: DataFrame) -> DataFrame:
         :raises QueryObjectValidationError: If the post processing operation
                  is incorrect
         """
+        logger.debug("post_processing: %s", pformat(self.post_processing))

Review comment:
       logging post-processing when logger set to debug level.




-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org