You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT javatest.transferPeople(1) FROM javatest.test; -- should error
-ERROR: query plan with multiple segworker groups is not supported
-HINT: likely caused by a function that reads or modifies data in a distributed table
+ERROR: function cannot execute on a QE slice because it accesses relation "javatest.employees1"
+CONTEXT: SQL statement "SELECT id, name, salary FROM employees1 WHERE salary > $1"
Cloudberry Database version
No response
What happened
When we run pljava regress test will fail
What you think should happen instead
No response
How to reproduce
SELECT javatest.transferPeople(1) FROM javatest.test; -- should error
-ERROR: query plan with multiple segworker groups is not supported
-HINT: likely caused by a function that reads or modifies data in a distributed table
+ERROR: function cannot execute on a QE slice because it accesses relation "javatest.employees1"
+CONTEXT: SQL statement "SELECT id, name, salary FROM employees1 WHERE salary > $1"
Operating System
centos7
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: