[refactor] add some log when close parquet file (#8144)

This commit is contained in:
Zhengguo Yang
2022-02-21 09:36:53 +08:00
committed by GitHub
parent 16bf60e0da
commit 409aefdfbf
5 changed files with 15 additions and 15 deletions

View File

@ -557,7 +557,6 @@ bool CsvScanNode::split_check_fill(const std::string& line, RuntimeState* state)
if (flag == false) {
LOG(INFO) << error_msg.str();
;
return false;
}
}