mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: implement time grain in temporal filters (#24035)
This commit is contained in:
@@ -124,7 +124,7 @@ class HiveEngineSpec(PrestoEngineSpec):
|
||||
jobs_stats_r = re.compile(r".*INFO.*Total jobs = (?P<max_jobs>[0-9]+)")
|
||||
# 17/02/07 19:37:08 INFO ql.Driver: Launching Job 2 out of 5
|
||||
launching_job_r = re.compile(
|
||||
".*INFO.*Launching Job (?P<job_number>[0-9]+) out of " "(?P<max_jobs>[0-9]+)"
|
||||
".*INFO.*Launching Job (?P<job_number>[0-9]+) out of (?P<max_jobs>[0-9]+)"
|
||||
)
|
||||
# 17/02/07 19:36:58 INFO exec.Task: 2017-02-07 19:36:58,152 Stage-18
|
||||
# map = 0%, reduce = 0%
|
||||
|
||||
Reference in New Issue
Block a user