File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dataframe-arrow/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ public fun DataFrame.Companion.readArrowFeather(byteArray: ByteArray): AnyFrame
252
252
/* *
253
253
* Read [Arrow random access format](https://arrow.apache.org/docs/java/ipc.html#writing-and-reading-random-access-files) data from existing [stream]
254
254
*/
255
- public fun DataFrame.Companion.readArrowFeather (stream : InputStream ): AnyFrame = readArrowFeather(stream.readAllBytes ())
255
+ public fun DataFrame.Companion.readArrowFeather (stream : InputStream ): AnyFrame = readArrowFeather(stream.readBytes ())
256
256
257
257
/* *
258
258
* Read [Arrow random access format](https://arrow.apache.org/docs/java/ipc.html#writing-and-reading-random-access-files) data from existing [url]
You can’t perform that action at this time.
0 commit comments