Skip to content

Conversation

@PhVHoang
Copy link
Contributor

Which issue does this PR close?

Closes #9248

Rationale for this change

Support serialization/deserialization CopyTo::partition_by in datafusion proto

What changes are included in this PR?

Code, tests

Are these changes tested?

Yes

Are there any user-facing changes?

Signed-off-by: Hoang Pham <a2k40pbc@gmail.com>
Signed-off-by: Hoang Pham <a2k40pbc@gmail.com>
@github-actions github-actions bot added the logical-expr Logical plan and expressions label Feb 21, 2024
@PhVHoang PhVHoang changed the title Datafusion proto copy to partition by Support CopyTo::partition_by in datafusion proto Feb 21, 2024
Copy link
Contributor

@devinjdangelo devinjdangelo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Thank you for knocking this out! 🙏

cc @andygrove in case you notice anything that may impact Ballista here

/// The file format to output (explicitly defined or inferred from file extension)
pub file_format: FileType,
/// Detmines which, if any, columns should be used for hive-style partitioned writes
/// Determines which, if any, columns should be used for hive-style partitioned writes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for catching this typo 😅

@Dandandan
Copy link
Contributor

Thanks @PhVHoang

@Dandandan Dandandan merged commit 148b4d2 into apache:main Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

logical-expr Logical plan and expressions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for CopyTo::partition_by field in datafusion_proto

3 participants