wanghong1314 commented on code in PR #22441: URL: https://github.com/apache/superset/pull/22441#discussion_r1062424186
########## superset/config.py: ########## @@ -1107,6 +1107,8 @@ def CSV_TO_HIVE_UPLOAD_DIRECTORY_FUNC( # pylint: disable=invalid-name # Interval between consecutive polls when using Hive Engine HIVE_POLL_INTERVAL = int(timedelta(seconds=5).total_seconds()) +# Interval between consecutive polls when using Impala Engine +IMPALA_POLL_INTERVAL = int(timedelta(seconds=5).total_seconds()) Review Comment: This is a good idea. I will try it locally and then submit the code -- 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]
