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


##########
regtests/t_spark_sql/src/spark_sql_s3_cross_region.sh:
##########
@@ -42,9 +42,6 @@ curl -i -X PUT -H "Authorization: Bearer 
${SPARK_BEARER_TOKEN}" -H 'Accept: appl
   
http://${POLARIS_HOST:-localhost}:8181/api/management/v1/principal-roles/service_admin/catalog-roles/spark_sql_s3_cross_region_catalog
 \
   -d '{"name": "catalog_admin"}' > /dev/stderr
 
-curl -H "Authorization: Bearer ${SPARK_BEARER_TOKEN}" -H 'Accept: 
application/json' -H 'Content-Type: application/json' \
-  
"http://${POLARIS_HOST:-localhost}:8181/api/catalog/v1/config?warehouse=spark_sql_s3_cross_region_catalog";
-echo

Review Comment:
   It looks like this is being removed because the output will change depending 
on `AWS_REGION_FOR_CROSS_REGION_TEST`, is that right?
   
   Rather than removing it, I wonder if we could do some `jq` magic to make it 
env-variable-agnostic. 
   
   Anyway, it's not an issue to just remove it imo.



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