parquet4s icon indicating copy to clipboard operation
parquet4s copied to clipboard

Read and write Parquet in Scala. Use Scala classes as schema. No need to start a cluster.

Results 19 parquet4s issues
Sort by recently updated
recently updated
newest added

Review issues found by Codacy and fix them.

Parquet 1.12.3 introduced `In` and `NotIn` filter predicates. - Let's replace our own implementation of `in` backed by `UserDefinedPredicate` - Let's introduce `notIn` operator

Hi, I use parquet4s with Akka Streams. Lib allows you to partition data via `partitionBy()` method. Any way to do not include specified partition key into path name? In example...

Hello, Is there any effort underway (or interest in) to allow users to write additional file-level metadata, e.g. for provenance of how data contained were generated? Something like for the...

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.

Hi! I'm write partitioned parquet via fs2 stream. Is there a way to get the full output path (with file name included) after writing records batch? I found several options...

Hello, it’s me again! I was wondering if it’s possible to get a listing of all parquet files (and their partition info) in a partitioned read? To add some context:...

I was looking at the `postWriteHandler` mechanism on `viaParquet`, I see that there's a flush mechanism but I'm a bit confused on the semantics. * It seems like `postWriteHandler` gets...

For now, `LocalDateTime` is a "base" type for INT96 timestamp encoding/decoding: conversion for a `Timestamp` and `Instant` goes via `LocalDateTime`. I see a little mismatch here: - If I'm not...