Skip to content

[SPARK-41328] [CONNECT] [PYTHON] [FOLLOWUP] Add missing functionality to column expression#38839

Closed
grundprinzip wants to merge 1 commit intoapache:masterfrom
grundprinzip:SPARK-41282-2
Closed

[SPARK-41328] [CONNECT] [PYTHON] [FOLLOWUP] Add missing functionality to column expression#38839
grundprinzip wants to merge 1 commit intoapache:masterfrom
grundprinzip:SPARK-41282-2

Conversation

@grundprinzip
Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This patch adds lots of convenience methods to the base column expression class that are necessary for good user experience:

For example:

df.a & df.b
df.a.like("value")

Why are the changes needed?

Compatibility

Does this PR introduce any user-facing change?

No

How was this patch tested?

UT

@AmplabJenkins
Copy link
Copy Markdown

Can one of the admins verify this patch?

@HyukjinKwon
Copy link
Copy Markdown
Member

@grundprinzip since this is adding new API, should probably better file a new JIRA, and list which API this PR proposes.

Copy link
Copy Markdown
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

LGTM otherwise

@HyukjinKwon
Copy link
Copy Markdown
Member

Closing this in favour of #38844

@HyukjinKwon HyukjinKwon changed the title [SPARK-41282] [CONNECT] [PYTHON] [FOLLOWUP] Add missing functionality to column expression [SPARK-41328] [CONNECT] [PYTHON] [FOLLOWUP] Add missing functionality to column expression Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants