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

Method test_compute_stats

tests/hs2/test_fetch.py:264–266  ·  view source on GitHub ↗

Exercise the child query path

(self)

Source from the content-addressed store, hash-verified

262
263 @needs_session()
264 def test_compute_stats(self):
265 """Exercise the child query path"""
266 self.__query_and_fetch("compute stats functional.alltypes")
267
268 @needs_session()
269 def test_invalid_secret(self):

Callers

nothing calls this directly

Calls 1

__query_and_fetchMethod · 0.95

Tested by

no test coverage detected