[ 
https://issues.apache.org/jira/browse/IMPALA-5922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zoram Thanga reassigned IMPALA-5922:
------------------------------------

    Assignee:     (was: Zoram Thanga)

> Scanners should include file and offset information in errors
> -------------------------------------------------------------
>
>                 Key: IMPALA-5922
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5922
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.11.0
>            Reporter: Lars Volker
>            Priority: Major
>
> Currently we have to print the location of a parse error in 
> {{BaseSequenceScanner::GetNextInternal()}}:
> {code}
> state_->LogError(ErrorMsg(TErrorCode::SEQUENCE_SCANNER_PARSE_ERROR, 
>     stream_->filename(), stream_->file_offset(),                    
>     (stream_->eof() ? "(EOF)" : "")));                              
> {code}
> Instead, the scanners should include this information when constructing the 
> error, which will allow us to simplify the error handling in the base class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to