Skip to content

[SPARK-51504] Support select/limit/sort/orderBy/isEmpty for DataFrame #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Mar 13, 2025

What changes were proposed in this pull request?

This PR aims to support select, limit, sort, orderBy, and isEmpty of DataFrame API.

Why are the changes needed?

To support select/limit/sort/orderBy/isEmpty API.

Does this PR introduce any user-facing change?

No. This is a new addition.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-51504] Support DataFrame.select [SPARK-51504] Support select and limit for DataFrame Mar 13, 2025
@dongjoon-hyun dongjoon-hyun changed the title [SPARK-51504] Support select and limit for DataFrame [SPARK-51504] Support select/limit/sort/orderBy for DataFrame Mar 13, 2025
@dongjoon-hyun dongjoon-hyun changed the title [SPARK-51504] Support select/limit/sort/orderBy for DataFrame [SPARK-51504] Support select/limit/sort/orderBy/isEmpty for DataFrame Mar 13, 2025
@dongjoon-hyun
Copy link
Member Author

Could you review this PR when you have some time, @viirya ?

dongjoon-hyun and others added 2 commits March 13, 2025 15:15
Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
@dongjoon-hyun
Copy link
Member Author

Thank you so much, @viirya !

@dongjoon-hyun
Copy link
Member Author

Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-51504 branch March 13, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants