MCPcopy Create free account
hub / github.com/apache/impala / is_exec_time_limit_error

Function is_exec_time_limit_error

tests/stress/query_runner.py:504–506  ·  view source on GitHub ↗

Return true if this is an error hit as a result of hitting EXEC_TIME_LIMIT_S.

(error)

Source from the content-addressed store, hash-verified

502
503
504def is_exec_time_limit_error(error):
505 """Return true if this is an error hit as a result of hitting EXEC_TIME_LIMIT_S."""
506 return "expired due to execution time limit" in str(error)

Callers 1

run_queryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected