gianm commented on PR #18790:
URL: https://github.com/apache/druid/pull/18790#issuecomment-3992314504

   I see a failure in 
`src/test/quidem/org.apache.druid.sql.calcite.DecoupledPlanningCalciteJoinQueryTest/testExactTopNOnInnerJoinWithLimit.iq`,
 which uses `minTopNThreshold`. We may be able to fix it by replacing this:
   
   ```
   !use druidtest:///?minTopNThreshold=1
   ```
   
   With this:
   
   ```
   !set minTopNThreshold 1
   !use druidtest:///
   ```
   
   Which would set it in the context.


-- 
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