Rok Mihevc
Rok Mihevc
Thanks for the review @pitrou! I've addressed all comments and waiting to see if CI shakes out any problems.
Rebased. I'm not sure what the `value_type` method missing error when pickling is about. Checking.
I think python should be ok now.
Ping @jorisvandenbossche
Thanks everyone!
@jorisvandenbossche that sounds convenient! I've opened https://github.com/apache/arrow/issues/43855 and will get around to it if someone else doesn't sooner :).
@AudriusButkevicius could you check if the read metadata contains expected properties?
> Seems that dataset.get_fragments() doesn't return anything. I think c++ logic as-is doesn't store row groups, let me take a look and get back.
> I don't think the design of parquet encryption has included the `_metadata` summary file because it may point to several different encrypted parquet files. Why would this be an...
But the files can have the same key and decryption would error if not? That sounds ok to me.