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

Method _commit_txn

tests/query_test/test_acid.py:230–233  ·  view source on GitHub ↗
(self, txn_id)

Source from the content-addressed store, hash-verified

228 return open_txn_resp.txn_ids[0]
229
230 def _commit_txn(self, txn_id):
231 commit_req = CommitTxnRequest()
232 commit_req.txnid = txn_id
233 return self.hive_client.commit_txn(commit_req)
234
235 def _create_insert_only_acid_table(self, tbl, cols, part_cols=None):
236 part_part = ("partitioned by (%s)" % part_cols) if part_cols else ""

Callers 1

Calls 1

commit_txnMethod · 0.45

Tested by

no test coverage detected