Michael Parsons
Michael Parsons
resolves #95
**Describe the bug** AWS Kinesis produces maps in an old way, most notably using `map` instead of `key_value` example: ``` optional group new (MAP) { repeated group map (MAP_KEY_VALUE) {...
Implements a `deprecated.MapGroup` that applies to maps written by older parquet clients. For example, AWS Kinesis Firehose's [ParquetSerDe](https://docs.aws.amazon.com/firehose/latest/APIReference/API_ParquetSerDe.html) will write maps with the following schema fragment: ``` optional group new...
I have a parquet file that i used the `PrintSchema` on and one of the maps it prints the following schema snippet: ``` message Foo { // Other fields optional...