mwish
mwish
Yes. It's so tricky, I think we can just copying the Java code directly, lol
What about this line: https://github.com/apache/parquet-java/blob/aec7bc64dffa373db678ab2fc8b46565b4c011a5/parquet-avro/src/main/java/org/apache/parquet/avro/AvroSchemaConverter.java#L587 ?
> I think we are just missing check of this line This fixing itself LGTM, but I just think should we test and align more...
> Where is this in the Parquet spec? I cannot find a [similar example](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists). The wording of the spec is very ambigious: > If the repeated field is not a...
@wgtmac Would you mind check testing file and add one if not exists in `parquet-testing`?
Will merge this if no negative comment tonight
Thanks all, merged
mind: 1. a test for this 2. Mark this pr for parquet stream writer?
> Is it possible to use `std::basic_string_view` ~or `std::basic_string_view`~? generally std::byte, char and uint8_t can be safely casted
Just ping me if this is ready