[
https://issues.apache.org/jira/browse/IMPALA-7158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
bharath v resolved IMPALA-7158.
-------------------------------
Resolution: Fixed
Fix Version/s: Impala 3.1.0
Impala 2.13.0
> Incorrect init of HdfsScanNodeBase::progress_
> ---------------------------------------------
>
> Key: IMPALA-7158
> URL: https://issues.apache.org/jira/browse/IMPALA-7158
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Reporter: bharath v
> Assignee: bharath v
> Priority: Minor
> Fix For: Impala 2.13.0, Impala 3.1.0
>
>
> I was digging into something else and came across this. The initialization of
> the scan split progress is incorrectÂ
> {noformat}
> Status HdfsScanNodeBase::Open(RuntimeState* state) {
> RETURN_IF_ERROR(ScanNode::Open(state));
> .
> .
> progress_.Init(Substitute("Splits complete (node=$0)",
> total_splits),total_splits);
> return Status::OK();
> }{noformat}
> It should be {{progress_.Init(Substitute("Splits complete (node=$0)",
> id_),total_splits);}} instead
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]