Login  Register

Re: delete Subquery Unsupported

Posted by ravikiran23 on May 16, 2017; 10:19am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/delete-Subquery-Unsupported-tp12713p12719.html

In spark 1.6, The IN function is not supported by spark. that is the reason you are getting the  error. In spark 2.1 this issue is resolved and so in the update and delete also In will work.

Regarding the example need to remove this example of sub query in spark 1.6.