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

Method ErrorDuringFragmentCodegen

be/src/runtime/query-state.cc:806–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804}
805
806void QueryState::ErrorDuringFragmentCodegen(const Status& status) {
807 unique_lock<SpinLock> l(status_lock_);
808 if (!HasErrorStatus()) {
809 overall_status_ = status;
810 failed_finstance_id_ = TUniqueId();
811 }
812}
813
814void QueryState::ErrorDuringPrepare(const Status& status, const TUniqueId& finst_id) {
815 {

Callers 1

InvokeCodegenMethod · 0.80

Calls 1

TUniqueIdClass · 0.70

Tested by

no test coverage detected