mjakubowski84 / parquet4s

Read and write Parquet in Scala. Use Scala classes as schema. No need to start a cluster.
https://mjakubowski84.github.io/parquet4s/
MIT License
283 stars 65 forks source link

Feature request: InputFile and OutputFile support #249

Closed nkconnor closed 1 year ago

nkconnor commented 2 years ago

Title says it all. I would love to try the library out but think I require ParquetReader's InputFile constructor. From looking around, it seems like only Path is supported.

mjakubowski84 commented 2 years ago

Hi @nkconnor. I do not have plans myself atm to introduce InputFile as parameter. Feel free to propose a PR. Hint: probably you can add an alternative build (read) function in Builder in core and other modules.

mjakubowski84 commented 1 year ago

@huajiang-tubi here is an issue that is related to your PR

mjakubowski84 commented 1 year ago

A support for InputFile and OutputFile is released in https://github.com/mjakubowski84/parquet4s/releases/tag/v2.12.0.