We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c072c2b commit 295f9c3Copy full SHA for 295f9c3
lib/api/CDataFrameAnalyzer.cc
@@ -87,7 +87,7 @@ bool CDataFrameAnalyzer::handleRecord(const TStrVec& fieldNames, const TStrVec&
87
}
88
89
this->addRowToDataFrame(fieldValues);
90
- return false;
+ return true;
91
92
93
void CDataFrameAnalyzer::receivedAllRows() {
0 commit comments