Re: [PR] Fix error message on database context mismatch in v1 query [pinot]

2024-03-25 Thread via GitHub
gortiz merged PR #12699: URL: https://github.com/apache/pinot/pull/12699 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apach

Re: [PR] Fix error message on database context mismatch in v1 query [pinot]

2024-03-22 Thread via GitHub
shounakmk219 commented on code in PR #12699: URL: https://github.com/apache/pinot/pull/12699#discussion_r1535522749 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotQueryResource.java: ## @@ -260,6 +260,8 @@ private String getQueryResponse(String

Re: [PR] Fix error message on database context mismatch in v1 query [pinot]

2024-03-22 Thread via GitHub
codecov-commenter commented on PR #12699: URL: https://github.com/apache/pinot/pull/12699#issuecomment-2014817807 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12699?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Fix error message on database context mismatch in v1 query [pinot]

2024-03-22 Thread via GitHub
gortiz commented on code in PR #12699: URL: https://github.com/apache/pinot/pull/12699#discussion_r1535344777 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotQueryResource.java: ## @@ -260,6 +260,8 @@ private String getQueryResponse(String query,

Re: [PR] Fix error message on database context mismatch in v1 query [pinot]

2024-03-22 Thread via GitHub
gortiz commented on code in PR #12699: URL: https://github.com/apache/pinot/pull/12699#discussion_r1535344777 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotQueryResource.java: ## @@ -260,6 +260,8 @@ private String getQueryResponse(String query,

[PR] Fix error message on database context mismatch in v1 query [pinot]

2024-03-22 Thread via GitHub
shounakmk219 opened a new pull request, #12699: URL: https://github.com/apache/pinot/pull/12699 On conflicting database context in the v1 query request such as Header : `Database: db2` Query : `select * from db1.foo limit 10` right now the error message says ``` It seems that