-
Notifications
You must be signed in to change notification settings - Fork 51
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
Adding PulsarAdmin configs to PulsarHelper #158
Conversation
@chaoqin-li1123 For some reason I can't add you as a reviewer |
src/main/scala/org/apache/spark/sql/pulsar/PulsarProvider.scala
Outdated
Show resolved
Hide resolved
Code change LGTM, Thanks for the work! |
Can we add a small test for this change? Set one of the pulsar.admin.* option in the query, if this option is invalid, an exception should be thrown. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Motivation
In #151 we added
admin.url
without adding Admin Confs.Modifications
Describe the modifications you've done.
Basically reverting #120
Verifying this change
(Please pick either of the following options)
[ x] This change is a trivial rework / code cleanup without any test coverage.
This change is already covered by existing tests, such as:
This change added tests and can be verified as follows:
Documentation
Check the box below.
Need to update docs?
doc-required
no-need-doc
doc