[ 
https://issues.apache.org/jira/browse/SPARK-39634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan resolved SPARK-39634.
---------------------------------
    Fix Version/s: 3.5.0
       Resolution: Fixed

Issue resolved by pull request 40728
[https://github.com/apache/spark/pull/40728]

> Allow file splitting in combination with row index generation
> -------------------------------------------------------------
>
>                 Key: SPARK-39634
>                 URL: https://issues.apache.org/jira/browse/SPARK-39634
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: Ala Luszczak
>            Assignee: Ala Luszczak
>            Priority: Major
>             Fix For: 3.5.0
>
>
> This issue is a follow up for SPARK-37980
> Because of a bug in parquet-mr 
> https://issues.apache.org/jira/browse/PARQUET-2161 it is currently impossible 
> to generate row indexes for parquet files if they are split into multiple 
> pieces. Instead, each file must be read in a single task. 
> Once the version of parquet-mr with the fix is included in Spark, we should 
> remove the workarounds from the code (marked with this ticket number) from 
> the code, so that parquet files are splittable even when the row indexes need 
> to be generated.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to