You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2016/11/26 07:58:59 UTC

[jira] [Created] (KYLIN-2231) Layer cubing tolerates some insane records, but in-mem cubing doesn't

Shaofeng SHI created KYLIN-2231:
-----------------------------------

             Summary: Layer cubing tolerates some insane records, but in-mem cubing doesn't
                 Key: KYLIN-2231
                 URL: https://issues.apache.org/jira/browse/KYLIN-2231
             Project: Kylin
          Issue Type: Bug
          Components: Job Engine
            Reporter: Shaofeng SHI
            Priority: Minor


User pengwen yuan in user@kylin.apache.org mailing list reports that, he got error when using "in-mem" cubing, but got success after switch to "layer" cubing algorithm.

Checked the code I think it is because the layer cubing tolerates on minor insane records (see BaseCuboidMapperBase.handleErrorRecord()), but in-mem doesn't.

There should be no difference in the behavior. Need make them consistent.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)