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. -- View this message in context: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/delete-Subquery-Unsupported-tp12713p12719.html Sent from the Apache CarbonData Dev Mailing List archive mailing list archive at Nabble.com.
