Skip to content

Commit

Permalink
toIndexedSeq
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Dec 4, 2023
1 parent e1f054e commit 819e35f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ abstract class SparkOperation(session: Session)
} else {
val taken = iter.take(rowSetSize)
RowSet.toTRowSet(
taken.toVector.asInstanceOf[Seq[Row]],
taken.toIndexedSeq.asInstanceOf[Seq[Row]],
resultSchema,
getProtocolVersion)
}
Expand Down

0 comments on commit 819e35f

Please sign in to comment.