warren830 commented on code in PR #4301:
URL: 
https://github.com/apache/incubator-devlake/pull/4301#discussion_r1116525326


##########
backend/helpers/e2ehelper/data_flow_tester.go:
##########
@@ -119,7 +119,7 @@ func NewDataFlowTester(t *testing.T, pluginName string, 
pluginMeta plugin.Plugin
 
 // ImportCsvIntoRawTable imports records from specified csv file into target 
raw table, note that existing data would be deleted first.
 func (t *DataFlowTester) ImportCsvIntoRawTable(csvRelPath string, rawTableName 
string) {
-       csvIter := pluginhelper.NewCsvFileIterator(csvRelPath)
+       csvIter, _ := pluginhelper.NewCsvFileIterator(csvRelPath)

Review Comment:
   Do we need to care about this err?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to