You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "ketulgupta1995 (via GitHub)" <gi...@apache.org> on 2023/02/13 06:43:34 UTC

[GitHub] [superset] ketulgupta1995 opened a new issue, #23066: Histogram Chart does not apply groupby /dimension grouping to the generated query

ketulgupta1995 opened a new issue, #23066:
URL: https://github.com/apache/superset/issues/23066

   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. Go to charts
   2. select any dataset and click on histogram
   3. provide a dimention and also  a metric
   4. See the query generated
   
   ### Expected results
   a histogram of the grouped data should be seen
   
   ### Actual results
   "Aggregate functions can't co-exist without GROUP BY clause\n"
   query does not have a group by clause in it
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   
   ### Environment
   master branch
   
   (please complete the following information):
   
   - browser type and version:  chrome ,Version 109.0.5414.120 (Official Build) (64-bit)
   - superset version: master branch
   - python version: super set python version (unchanged)
   - node.js version: `node -v`  super set node version (unchanged)
   - any feature flags active:
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [[](
   <img width="960" alt="Screenshot 2023-02-13 121013" src="https://user-images.githubusercontent.com/11848636/218388935-3174098a-cba2-4af2-9fea-e1ae6a6543f9.png">
   <img width="960" alt="Screenshot 2023-02-13 120945" src="https://user-images.githubusercontent.com/11848636/218388922-6653d04d-9841-42a6-b568-c71e2bde9772.png">) ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Histogram Chart does not apply groupby /dimension grouping to the generated query [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #23066:
URL: https://github.com/apache/superset/issues/23066#issuecomment-1962091226

   This is _probably_ still an issue in Superset 3.x, if anyone can confirm. This is also certainly not the only histogram bug. We need a new (preferably ECharts based) histogram plugin. If anyone wants to take that on, please feel free!


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ketulgupta1995 commented on issue #23066: Histogram Chart does not apply groupby /dimension grouping to the generated query

Posted by "ketulgupta1995 (via GitHub)" <gi...@apache.org>.
ketulgupta1995 commented on issue #23066:
URL: https://github.com/apache/superset/issues/23066#issuecomment-1484484738

   I checked in the code as well the group by is set to none
   https://github.com/apache/superset/blob/0fa421271e874e456ae71f7aca4c71130176332d/superset/viz.py#L1755
   Any help would be great


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ketulgupta1995 commented on issue #23066: Histogram Chart does not apply groupby /dimension grouping to the generated query

Posted by "ketulgupta1995 (via GitHub)" <gi...@apache.org>.
ketulgupta1995 commented on issue #23066:
URL: https://github.com/apache/superset/issues/23066#issuecomment-1427432135

   <img width="955" alt="Screenshot 2023-02-13 120945" src="https://user-images.githubusercontent.com/11848636/218389670-e6d81c50-200e-4764-8a2c-0f9372d315c5.png">
   <img width="960" alt="Screenshot 2023-02-13 121013" src="https://user-images.githubusercontent.com/11848636/218389676-16404061-6a32-401f-a1a7-eaa0d1c14517.png">
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org