kite-sdk / kite

Kite SDK
http://kitesdk.org/docs/current/
Apache License 2.0
394 stars 263 forks source link

KITE-991: Fix Parquet file size estimate. #418

Closed rdblue closed 4 years ago

rdblue commented 8 years ago

This fixes size-based rolling for Parquet files and enables the test. Size-based rolling was previously not working because it wasn't possible to get the buffered size of a Parquet file. PARQUET-308 exposes an accessor, which is now available after the update to 1.8.1.

This is based on KITE-1080 that updates Parquet to 1.8.1.