Skip to content
Snippets Groups Projects
Commit 955a45e3 authored by Xinyuv's avatar Xinyuv
Browse files

rua

parent ddb73091
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ func processData(data Data) {
}
//fmt.Println(data.Tuple)
processedTuple := boltFunc(data.Tuple)
//fmt.Println(processedTuple)
fmt.Println(processedTuple)
newData := Data{ID: 0, Tuple: processedTuple, JobId: data.JobId}
// Send the processed data
if len(processedTuple) > 0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment