eric-maynard commented on code in PR #1060:
URL: https://github.com/apache/polaris/pull/1060#discussion_r1970311987
##########
regtests/t_pyspark/src/conftest.py:
##########
@@ -57,6 +57,16 @@ def test_bucket():
def aws_role_arn():
return os.getenv('AWS_ROLE_ARN')
[email protected]
+def aws_bucket_base_location_prefix():
+ """
+ :return: Base location prefix for tests, excluding leading and trailing '/'
+ Provides a default if null or empty
+ """
+ default_val = 'polaris_test'
+ bucket_prefix = os.getenv('AWS_BUCKET_BASE_LOCATION_PREFIX',default_val)
Review Comment:
nit: missing ` `
--
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]