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

Rename FallBackToLinkedInHiveUDFTransformer to HiveUDFTransformer #522

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

ljfgem
Copy link
Collaborator

@ljfgem ljfgem commented Aug 1, 2024

What changes are proposed in this pull request, and why are they necessary?

This PR modified class name FallBackToLinkedInHiveUDFTransformer to HiveUDFTransformer to avoid confusion and be aligned with TransportUDFTransformer

How was this patch tested?

Existing unit tests

@@ -27,10 +27,10 @@
* we use this transformer to fall back to the original Hive UDF defined in
* {@link com.linkedin.coral.hive.hive2rel.functions.StaticHiveFunctionRegistry}.
* This is reasonable since Spark understands and has ability to run Hive UDF.
* Check `CoralSparkTest#testFallBackToLinkedInHiveUDFTransformer()` for an example.
* Check `CoralSparkTest#testHiveUDFTransformer()` for an example.
Copy link
Contributor

Choose a reason for hiding this comment

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

I am not sure if the Java doc makes a lot of sense. Could you revise the Java doc as well?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Modified

@ljfgem ljfgem merged commit aa086d1 into linkedin:master Aug 1, 2024
1 check 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