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

[SPARK-39579][PYTHON][FOLLOWUP] fix functionExists(functionName, dbName) when dbName is not None #37088

Closed

Conversation

zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

fix functionExists(functionName, dbName)

Why are the changes needed?

#36977 introduce a bug in functionExists(functionName, dbName), when dbName is not None, should call self._jcatalog.functionExists(dbName, functionName)

Does this PR introduce any user-facing change?

No

How was this patch tested?

existing testsuite

@zhengruifeng zhengruifeng changed the title [SPARK-39579][PYTHON][FOLLOWUP] fix functionExists(functionName, dbName) [SPARK-39579][PYTHON][FOLLOWUP] fix functionExists(functionName, dbName) when dbName is not None Jul 5, 2022
@zhengruifeng
Copy link
Contributor Author

@zhengruifeng
Copy link
Contributor Author

merged to master

@zhengruifeng zhengruifeng deleted the py_3l_fix_functionExists branch July 5, 2022 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants