zzcclp commented on pull request #1485: URL: https://github.com/apache/kylin/pull/1485#issuecomment-742200727
BTW, set 'kylin.cube.cubeplanner.enabled' to true and run the 'NBuildAndQueryTest' , it will throw 'java.lang.AssertionError' when execute 'HLLCounter.merge', because 'this.hashFunc == another.hashFunc' is false, IMO, it needs to use 'this.hashFunc.equals(another.hashFunc)' to check, please double check. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
