kgyrtkirk opened a new issue, #15427:
URL: https://github.com/apache/druid/issues/15427
the method named `requireMergeBuffers(1)` ; changes the field
`queryFramework` which may change the behaviour of later testcases
adding this testcase to `CalciteQueryTest` creates 2 failing tests
```java
@Test
public void testMergeBufferSettingHasSideEffect() {
requireMergeBuffers(1);
}
```
--
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]