LakshSingla commented on PR #13398:
URL: https://github.com/apache/druid/pull/13398#issuecomment-1328537260

   @kfaraz MAX_PARTITIONS (25k) is a constant defined above which the query 
would fail. To get this many partitions, in my understanding we would require 
at least 25000 rows. I can think of the following options to prevent this 
static file here:
   1. Create a file programmatically and then run the tests.
   2. Create a method and override MAX_WORKERS (which doesn't seem right to me 
to do for the sake of testing).
   3. Use some Guice magic to inject MAX_WORKERS (similar reasoning as above). 
   Do you have any opinions on the above or an alternate approach that you 
think might be suitable? Thanks! 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to