zhangayqian edited a comment on pull request #1778: URL: https://github.com/apache/kylin/pull/1778#issuecomment-1002430840
@fengpod The following three problems were found during the test: 1. Step `Build Hive Global Dict With Spark` has actually made an error, but it still shows success. It should be that the exception is not thrown after being catch.   2. After building more than one segment, the total count of the fact table will become more than the actual number. Actually, `kylin_sales` has only 10000 pieces of data.  3. The original dictionary lock logic is destroyed. After using MR to build a global dictionary, the dictionary lock is not purged, resulting in the failure to obtain the lock when building the next segment of the same cube.  -- 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]
