Skip to content
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

Add try_cast function #13909

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Conversation

FearfulTomcat27
Copy link
Contributor

This pull request introduces a new TryCastFunctionColumnTransformer to handle safe casting operations and refactors the existing cast functionality to use an abstract base class. The key changes include adding the new transformer, updating the cast visitor to utilize the safe cast when applicable, and refactoring the cast transformers to inherit from a common abstract class.

New Feature Introduction:

Refactoring:

Cast Visitor Update:

@JackieTien97 JackieTien97 merged commit e5d7d55 into apache:master Oct 25, 2024
26 of 27 checks passed
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