GitHub user ravipesala opened a pull request: https://github.com/apache/carbondata/pull/1337
Fix update fail when carbon.update.persist.enable'='false' The UDF for getting segementid while loading the data is not handled so when it needs to reexecute the rdd when persist enable is false it is not getting tupleId from carbon You can merge this pull request into a Git repository by running: $ git pull https://github.com/ravipesala/incubator-carbondata update-fail Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/1337.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1337 ---- commit df368b963d38b25a49d12dbbc62b660acae31154 Author: Ravindra Pesala <ravi.pes...@gmail.com> Date: 2017-09-06T15:12:34Z Fix update fail when carbon.update.persist.enable'='false' ---- ---