Skip to content

Commit b52d382

Browse files
committed
update
1 parent 88870e7 commit b52d382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib-dal/src/main/scala/com/intel/oap/mllib/OneDAL.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ object OneDAL {
587587
val result = Future.sequence(labeledPointsList)
588588
Await.result(result, Duration.Inf)
589589

590-
Iterator(((featuresAddress, c.toLong, numCols.toLong), (labelsAddress, numRows.toLong, 1.toLong)))
590+
Iterator(((featuresAddress, numRows.toLong, numCols.toLong), (labelsAddress, numRows.toLong, 1.toLong)))
591591

592592
}.setName("coalescedTables").cache()
593593

0 commit comments

Comments
 (0)