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 <[email protected]> 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: [email protected] With regards, Apache Git Services
