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

Method LogRowParseError

be/src/exec/hdfs-scanner.cc:935–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934
935void HdfsScanner::LogRowParseError() {
936 const string& s = Substitute("Error parsing row: file: $0, before offset: $1",
937 stream_->filename(), stream_->file_offset());
938 state_->LogError(ErrorMsg(TErrorCode::GENERAL, s));
939}
940
941void HdfsScanner::ReportColumnParseError(const SlotDescriptor* desc,
942 const char* data, int len) {

Callers

nothing calls this directly

Calls 5

SubstituteFunction · 0.85
ErrorMsgClass · 0.85
file_offsetMethod · 0.80
filenameMethod · 0.45
LogErrorMethod · 0.45

Tested by

no test coverage detected