Skip to content

Commit

Permalink
[GLUTEN-7792][CH] Set default minio ak/sk to minioadmin (#7793)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwz9103 authored Nov 4, 2024
1 parent c40735b commit eca5103
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class GlutenClickHouseWholeStageTransformerSuite extends WholeStageTransformerSu
val HDFS_URL_ENDPOINT = "hdfs://127.0.0.1:8020"
val HDFS_URL = s"$HDFS_URL_ENDPOINT/$SPARK_DIR_NAME"

val S3_ACCESS_KEY = "BypTYzcXOlfr03FFIvt4"
val S3_SECRET_KEY = "K9MDaGItPSaphorZM8t4hXf30gHF9dBWi6L2dK5E"
val S3_ACCESS_KEY = "minioadmin"
val S3_SECRET_KEY = "minioadmin"

val CH_DEFAULT_STORAGE_DIR = "/data"

Expand Down

0 comments on commit eca5103

Please sign in to comment.