Apache Parquet v1.1.0 Release Notes

    • 0๏ธโƒฃ ISSUE 149: changing default block size to 128mb
    • โœ… ISSUE 146: Fix and add unit tests for Hive nested types
    • ISSUE 145: add getStatistics method to parquetloader
    • ISSUE 144: Map key fields should allow other types than strings
    • ๐Ÿ“‡ ISSUE 143: Fix empty encoding col metadata
    • ISSUE 142: Fix total size row group
    • ISSUE 141: add parquet counters for benchmark
    • ๐Ÿ‘ ISSUE 140: Implemented partial schema for GroupReadSupport
    • ๐Ÿ“‡ ISSUE 138: fix bug of wrong column metadata size
    • ๐Ÿ“‡ ISSUE 137: ParquetMetadataConverter bug
    • โšก๏ธ ISSUE 133: Update plugin versions for maven aether migration - fixes #125
    • ISSUE 130: Schema validation should not validate the root element's name
    • ISSUE 127: Adding dictionary encoding for non string types.. #99
    • ๐Ÿ— ISSUE 125: Unable to build
    • ISSUE 124: Fix Short and Byte types in Hive SerDe.
    • ISSUE 123: Fix Snappy compressor in parquet-hadoop.
    • ISSUE 120: Fix RLE bug with partial literal groups at end of stream.
    • ๐Ÿ”จ ISSUE 118: Refactor column reader
    • ISSUE 115: Map key fields should allow other types than strings
    • ISSUE 103: Map key fields should allow other types than strings
    • ISSUE 99: Dictionary encoding for non string types (float double int long boolean)
    • โœ… ISSUE 47: Add tests for parquet-scrooge and parquet-cascading