asfimport
asfimport
[Gabor Szadovszky](https://issues.apache.org/jira/browse/PARQUET-1792?#comment-17176883) / @gszadovszky: [[email protected]], is this still targeted for 1.12.0?
[Xinli Shang](https://issues.apache.org/jira/browse/PARQUET-1792?#comment-17176959) / @shangxinli: We might want to push it for next release.
[Gabor Szadovszky](https://issues.apache.org/jira/browse/PARQUET-1792?#comment-17242521) / @gszadovszky: Removed the target 1.12.0.
[Sudhakar J Pyndi](https://issues.apache.org/jira/browse/PARQUET-1792?#comment-17373000): Could you please confirm the target version for this feature? Thank you
[Gidon Gershinsky](https://issues.apache.org/jira/browse/PARQUET-2193?#comment-17610868) / @ggershinsky: Hmm, looks like this method runs over all columns, projected and not projected: org.apache.parquet.hadoop.ParquetRecordReader.checkDeltaByteArrayProblem(ParquetRecordReader.java:191) Please check if setting "parquet.split.files" to "false" solves this problem.
[Vignesh Nageswaran](https://issues.apache.org/jira/browse/PARQUET-2193?#comment-17612636): @ggershinsky thanks sir, it worked. Could you also please help me to understand about any adverse effects of setting is parameter
[Gidon Gershinsky](https://issues.apache.org/jira/browse/PARQUET-2193?#comment-17614917) / @ggershinsky: Welcome. From the sound of it, this might require each file to be processed by one thread only (instead of reading a single file by multiple...
[Vignesh Nageswaran](https://issues.apache.org/jira/browse/PARQUET-2193?#comment-17718567): @ggershinsky Sir, could you please let us know will there be any permanent fix, without setting the parameter `parquet.split.files` to false
[Gidon Gershinsky](https://issues.apache.org/jira/browse/PARQUET-2193?#comment-17718795) / @ggershinsky: Yep, sorry about the delay. This turned out to be more challenging than I hoped; a fix at the encryption code level will require some changes...
[Gidon Gershinsky](https://issues.apache.org/jira/browse/PARQUET-2193?#comment-17719294) / @ggershinsky: `[~Nageswaran]` A couple of updates on this. We should be able to skip this verification for encrypted files, a pull request is sent to parquet-mr. Also,...