You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/12/12 17:16:13 UTC

[GitHub] [pinot] walterddr opened a new issue, #9970: [multistage] default group limit unable to override

walterddr opened a new issue, #9970:
URL: https://github.com/apache/pinot/issues/9970

   when InstancePlanMakerImplV2 makes query plan it puts 
   ```
   _numGroupsLimit = config.getProperty(NUM_GROUPS_LIMIT_KEY, DEFAULT_NUM_GROUPS_LIMIT);
   ```
   which is 100_000 by default. however this option is not overwritten even if the setting is passed in. 
   this results in some high-cardinality group by queries produce incorrect results 


-- 
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-unsubscribe@pinot.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] walterddr commented on issue #9970: [multistage] default group limit unable to override

Posted by GitBox <gi...@apache.org>.
walterddr commented on issue #9970:
URL: https://github.com/apache/pinot/issues/9970#issuecomment-1373020243

   I think it is related to #9957 


-- 
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-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [I] [multistage] default group limit unable to override [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed issue #9970: [multistage] default group limit unable to override
URL: https://github.com/apache/pinot/issues/9970


-- 
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-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] snleee commented on issue #9970: [multistage] default group limit unable to override

Posted by GitBox <gi...@apache.org>.
snleee commented on issue #9970:
URL: https://github.com/apache/pinot/issues/9970#issuecomment-1349287009

   @walterddr Is https://github.com/apache/pinot/pull/9978 addressing this issue? 


-- 
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-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] walterddr commented on issue #9970: [multistage] default group limit unable to override

Posted by GitBox <gi...@apache.org>.
walterddr commented on issue #9970:
URL: https://github.com/apache/pinot/issues/9970#issuecomment-1349303934

   not really. we also want to configure this on the fly using QueryOptions. not just cluster config.


-- 
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-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org