The data is stored in static variables so it persists between tests if not reset. This is dangerous because it can cause hidden issues with tests. This was the root cause of HUDI-5653 and has the potential to be an issue if new test classes use it
JIRA info