apache / apache/hudi

[Milestone 4] Optimize Spark SQL performance

Open
#18,115 0 comments 0 reactions 0 assignees View on GitHub
type:devtask
Dominant language
Java
Stars
6.2k
Forks
2.5k
Avg merge
2d 8h
Merged PRs (30d)
111

Description

### Task Description

**What needs to be done:**
Analyze the query plan when deserializing the data and make sure that this happens after any filtering on the structured data columns and after any joins or other shuffle steps.

**Why this task is needed:**
This will help reduce the cost of jobs that deal with unstructured data.

### Task Type

Code improvement/refactoring

### Related Issues

**Parent feature issue:** (if applicable )
**Related issues:**
NOTE: Use `Relationships` button to add parent/blocking issues after issue is created.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by analyzing the Spark SQL query plan around data deserialization, filtering on structured columns, joins, and other shuffle steps. Done means deserialization is deferred until after those operations, reducing the cost of jobs handling unstructured data.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spark, sql
Domain
data-engineering, distributed-systems, performance
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.