a2l007 opened a new pull request, #13078:
URL: https://github.com/apache/druid/pull/13078

   When run independently, tests `DelegateOrMinKeyCollectorTest` and 
`QuantilesSketchKeyCollectorTest` currently fail  with the following error:
   ```
   [ERROR] Errors: 
   [ERROR] org.apache.druid.msq.statistics.DelegateOrMinKeyCollectorTest.testAdd
   [ERROR]   Run 1: DelegateOrMinKeyCollectorTest.testAdd:81->createKey:148 » 
IllegalState NullHandling module not initialized, call 
NullHandling.initializeForTests()
   [ERROR] 
org.apache.druid.msq.statistics.DelegateOrMinKeyCollectorTest.testDownSampleSingleKey
   [ERROR]   Run 1: 
DelegateOrMinKeyCollectorTest.testDownSampleSingleKey:99->createKey:148 » 
IllegalState NullHandling module not initialized, call 
NullHandling.initializeForTests()
   [ERROR] 
org.apache.druid.msq.statistics.DelegateOrMinKeyCollectorTest.testDownSampleTwoKeys
   [ERROR]   Run 1: 
DelegateOrMinKeyCollectorTest.testDownSampleTwoKeys:125->createKey:148 » 
IllegalState NullHandling module not initialized, call 
NullHandling.initializeForTests()
   [ERROR] 
org.apache.druid.msq.statistics.QuantilesSketchKeyCollectorTest.test_sequentialKeys_unweighted
   [ERROR]   Run 1: 
QuantilesSketchKeyCollectorTest.test_sequentialKeys_unweighted:66 » 
IllegalState NullHandling module not initialized, call 
NullHandling.initializeForTests()
   [ERROR] 
org.apache.druid.msq.statistics.QuantilesSketchKeyCollectorTest.test_uniformRandomKeys_barbellWeighted
   [ERROR]   Run 1: 
QuantilesSketchKeyCollectorTest.test_uniformRandomKeys_barbellWeighted:136 » 
IllegalState NullHandling module not initialized, call 
NullHandling.initializeForTests()
   [ERROR] 
org.apache.druid.msq.statistics.QuantilesSketchKeyCollectorTest.test_uniformRandomKeys_inverseBarbellWeighted
   [ERROR]   Run 1: 
QuantilesSketchKeyCollectorTest.test_uniformRandomKeys_inverseBarbellWeighted:163
 » IllegalState NullHandling module not initialized, call 
NullHandling.initializeForTests()
   [ERROR]   Run 1: 
QuantilesSketchKeyCollectorTest.test_uniformRandomKeys_unweighted:85 » 
IllegalState NullHandling module not initialized, call 
NullHandling.initializeForTests()
   ERROR] 
org.apache.druid.msq.statistics.QuantilesSketchKeyCollectorTest.test_uniformRandomKeys_unweighted_downSampledToSmallestSize
   [ERROR]   Run 1: 
QuantilesSketchKeyCollectorTest.test_uniformRandomKeys_unweighted_downSampledToSmallestSize:103
 » IllegalState NullHandling module not initialized, call 
NullHandling.initializeForTests()
   ```
   
   This PR initializes the NullValueHandlingConfig to fix these tests.
   
   
   <hr>
   
   <!-- Check the items by putting "x" in the brackets for the done things. Not 
all of these items apply to every PR. Remove the items which are not done or 
not relevant to the PR. None of the items from the checklist below are strictly 
necessary, but it would be very helpful if you at least self-review the PR. -->
   
   This PR has:
   - [x] been self-reviewed.


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