Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
lefebsy committed Dec 11, 2024
1 parent 308eed7 commit e5f227d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ public S3CompatibleStorageConfigurationInfo(
}

public @NotNull String getS3CredentialsClientAccessKeyId() {
return (this.s3CredentialsClientAccessKeyId == null)
? ""
: this.s3CredentialsClientAccessKeyId;
return (this.s3CredentialsClientAccessKeyId == null) ? "" : this.s3CredentialsClientAccessKeyId;
}

public @NotNull String getS3CredentialsClientSecretAccessKey() {
Expand Down
2 changes: 1 addition & 1 deletion regtests/run_spark_sql_s3compatible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ curl -i -X PUT -H "Authorization: Bearer ${SPARK_BEARER_TOKEN}" -H 'Accept: appl


echo -e "\n----\nStart Spark-sql to test Polaris catalog with queries\n"
${SPARK_HOME}/bin/spark-sql \
${SPARK_HOME}/bin/spark-sql --verbose \
--conf spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions \
--conf spark.sql.catalog.polaris.token="${SPARK_BEARER_TOKEN}" \
--conf spark.sql.catalog.polaris.warehouse=manual_spark \
Expand Down

0 comments on commit e5f227d

Please sign in to comment.