Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Apr 5, 2025

What changes were proposed in this pull request?

This PR aims to support head/tail API for DataFrame.

Why are the changes needed?

For feature parity.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs and do the manual test.

$ swift test --filter DataFrameTests.head
...
􀟈  Test head() started.
􁁛  Test head() passed after 0.232 seconds.
􁁛  Suite DataFrameTests passed after 0.232 seconds.
􁁛  Test run with 1 test passed after 0.232 seconds.

$ swift test --filter DataFrameTests.tail
...
􀟈  Test tail() started.
􁁛  Test tail() passed after 0.229 seconds.
􁁛  Suite DataFrameTests passed after 0.229 seconds.
􁁛  Test run with 1 test passed after 0.229 seconds.

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

No.

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya ! Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-51729 branch April 6, 2025 00:55
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