Error: [DataDirect][ODBC Greenplum Wire Protocol driver][Greenplum]ERROR: Cannot parallelize an UPDATE statement that updates the distribution columns(File cdbmutate.c;Line 709;Routine apply_motion;)
When Executing UPDATE Statement on Distribution Key we will see above errors.
Solution:
As Greenplum will not allow to make Updates on Distribution Key. We have to update the logic to get the required values through SELECT
![[DataDirect][ODBC Greenplum Wire Protocol driver][Greenplum]ERROR: Cannot parallelize an UPDATE statement that updates the distribution columns [DataDirect][ODBC Greenplum Wire Protocol driver][Greenplum]ERROR: Cannot parallelize an UPDATE statement that updates the distribution columns](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6shrJP0fQ_HhnhMgb5MbHFBIpYK5270bYALq4Or-EBI5mM4mmf4srgnCEX1oPCQIyP9i1gmwxwNozQIQmgtIkr-S59rQ5E-3uJXwQZ6nWhqtW_ta6_rCJExDP5vu0Iri8bzfjtB1afyBb/s1600/Greenplum.png)
0 comments:
Post a Comment