eric-maynard commented on code in PR #1060:
URL: https://github.com/apache/polaris/pull/1060#discussion_r1974244733


##########
regtests/t_pyspark/src/conftest.py:
##########
@@ -39,15 +40,30 @@ def polaris_host():
 def polaris_port():
   return int(os.getenv('POLARIS_PORT', '8181'))
 
[email protected]
+def polaris_path_prefix():
+  """
+  Used to provide a path prefix between the port number and the standard 
polaris endpoint paths
+  :return:
+  """
+  return os.getenv('POLARIS_PATH_PREFIX', '')

Review Comment:
   It looks like this is expected to begin with `/` but to never end with it, 
while `polaris_url_scheme` and `polaris_host` are the opposite?



-- 
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]

Reply via email to