Skip to content

Commit 295f9c3

Browse files
[FEATURE][ML] CDataFrameAnalyzer.handleRecord should return true on success
1 parent c072c2b commit 295f9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/CDataFrameAnalyzer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ bool CDataFrameAnalyzer::handleRecord(const TStrVec& fieldNames, const TStrVec&
8787
}
8888

8989
this->addRowToDataFrame(fieldValues);
90-
return false;
90+
return true;
9191
}
9292

9393
void CDataFrameAnalyzer::receivedAllRows() {

0 commit comments

Comments
 (0)