| 553 | } |
| 554 | |
| 555 | void HdfsScanNode::SetError(const Status& status) { |
| 556 | discard_result(ExecDebugAction(TExecNodePhase::SCANNER_ERROR, runtime_state_)); |
| 557 | unique_lock<timed_mutex> l(lock_); |
| 558 | SetDoneInternal(status); |
| 559 | } |
| 560 | |
| 561 | Status HdfsScanNode::GetNextScanRangeToRead( |
| 562 | io::ScanRange** scan_range, bool* needs_buffers) { |
no test coverage detected