Github user robertamarton commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/69#discussion_r38330327
--- Diff: core/sql/regress/catman1/EXPECTED129 ---
@@ -258,19 +258,16 @@ End of MXCI Session
>>-- As user1, should succeed
>>update us4.t1 set col3 = 2 ;
-*** ERROR[4481] The user does not have SELECT privilege on table or view
TRAFODION.US4.T1.
-
-*** ERROR[8822] The statement was not prepared.
-
+--- 4 row(s) updated.
--- End diff --
Yes, it looks like we check for select privilege when an update is
performed. The user is not able to update if they don't have select.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---