Skip to content

Commit

Permalink
Allow any ArrowReader implementation to be use for reading Arrow data
Browse files Browse the repository at this point in the history
  • Loading branch information
fb64 committed Mar 16, 2024
1 parent 35108fa commit 8ca2ed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ internal fun DataFrame.Companion.readArrowImpl(
add(df)
}
}
is ArrowStreamReader -> {
else -> {
val root = reader.vectorSchemaRoot
val schema = root.schema
while (reader.loadNextBatch()) {
Expand Down

0 comments on commit 8ca2ed0

Please sign in to comment.