You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/14 07:42:46 UTC

[GitHub] DaimonPl opened a new issue #4423: Pivot table - ability to specify row limit

DaimonPl opened a new issue #4423: Pivot table - ability to specify row limit
URL: https://github.com/apache/incubator-superset/issues/4423
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if 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
   
   
   ### Superset version
   0.22.1
   
   ### Expected results
   When defining "pivot table" slice it should be possible to configure row limit
   
   ### Actual results
   Currently row limit in query is hardcoded (or maybe taken from ROW_LIMIT superset configuration):
   
   `  "limitSpec": {
       "limit": 5000, 
       "type": "default"
     },`
   
   It is very unexpected as row limit is not configurable but result is limited to that number
   
   ### Steps to reproduce
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services