tuhaihe commented on code in PR #10:
URL: https://github.com/apache/cloudberry-pxf/pull/10#discussion_r2544148238


##########
automation/src/main/java/org/greenplum/pxf/automation/components/gpdb/Gpdb.java:
##########
@@ -323,7 +323,7 @@ public ShellSystemObject openPsql() throws Exception {
 
                sso.init();
 
-               sso.runCommand("source $GPHOME/greenplum_path.sh");
+               sso.runCommand("source $GPHOME/cloudberry_path.sh");

Review Comment:
   The path file should be?
   ```suggestion
           sso.runCommand("source $GPHOME/cloudberry-env.sh");
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to