yihua opened a new pull request, #13175:
URL: https://github.com/apache/hudi/pull/13175

   ### Change Logs
   
   Cherrypicks #12909 into `branch-0.x`
   
   After some investigation, we narrowed it down to TestHiveClientUtils.setUp 
is instantiating a spark session which is never shutdown. We could not really 
find a fix for it. So, for now, we are disabling the only test in this class 
(TestHiveClientUtils.reuseHiveClientFromSparkSession) so that we can re-enable 
other two tests. 
   
   This test being disabled just validated the double checked locking paradigm 
which is very common. So, its ok to have it disabled. 
   
   Filed a low priority follow up 
https://issues.apache.org/jira/browse/HUDI-9118 
   
   ### Impact
   
   Unblock GH CI
   
   ### Risk level
   
   none
   
   ### Documentation Update
   
   N/A
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed


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

Reply via email to