Parag Jain
Parag Jain
Druid allows this on per query basis using context keys. Go's sql package does not have any concept of adding context keys per statement. Additionally calcite's avatica server's `prepare` and...
For the customers needing more precision, one way is to set this as druid cluster level config so approx is not used. `druid.sql.planner.useApproximateCountDistinct=false`
Once we move to rest api - https://github.com/rilldata/rill-private-issues/issues/136 then we can use per-query context to set this. Adding to backlog for now
trying to use go client to query pinot but it does not support sql params, can we add the support ?
We have seen this issue in our cluster as well and this queue which is the operation queue was occupying almost 90% of the heap, I think this happens because...
- Added few more fields to `DeployValidationResponse` - 1. `is_user_app_installed` - If rill git app is installed on users personal account, may not be needed if user is deploying from...
~~One issue I am seeing currently is that `gitClient.Organizations.List(ctx, user.GithubUsername, nil)` does not list all my orgs however when I explicitly do `s.admin.Github.AppClient().Apps.FindOrganizationInstallation(ctx, "")` for that org it works.~~ Fixed
It worked after I made this change in `pom.xml` of procurement project - `.` to `com/`
thanks @317brian added your commits
@adarshsanjeev anything else ?