You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/01/22 04:54:58 UTC

[GitHub] lshmouse opened a new pull request #441: Kylin 3494: Build cube with spark reports ArrayIndexOutOfBoundsException

lshmouse opened a new pull request #441: Kylin 3494: Build cube with spark reports ArrayIndexOutOfBoundsException
URL: https://github.com/apache/kylin/pull/441
 
 
   This issue is introduced in the commit:
   ```
   commit e0f29e29164d44581c133314ac01c419e4277c35
   Author: shaofengshi <sh...@apache.org>
   Date:   Thu May 31 11:17:49 2018 +0800
   
       KYLIN-3137 Spark cubing refine
   ```
   After the commit, kylin will use sc.sequenceFile to read sequence file and split the field using string splitting. It will lose null column fields and cause ArrayIndexOutOfBoundsException in BaseCuboidBuilder.
   So just rolling the back the changes in commit: e0f29e29

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services