-
Notifications
You must be signed in to change notification settings - Fork 3k
Core: Fix Scan Plan API resource paths #14120
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
Core: Fix Scan Plan API resource paths #14120
Conversation
d8ad844 to
30dd83a
Compare
amogh-jahagirdar
left a comment
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.
Thanks for fixing this @singhpk234 !
|
@amogh-jahagirdar Isn't duck db using these routes? |
My understanding is duck db is entirely C++, they don't use Java SDK like impala IMHO. |
|
|
I'll go ahead and merge, thanks @singhpk234 and thanks everyone for reviewing! |
About the change
Fix incorrect scan plan API routes, as scan plan APIs are table scoped its required to contain namespace to correctly identify the table, which is inline with the spec.
Orthogonal since post 1.10 we released Req / Response model for the Scan Plan the servers would be able to use this to be ready from the server side using this constant can cause some issue, may be its fine if we just update this public constant in subsequent release since this has been there since 1.8.0 via