yuqi1129 commented on code in PR #5676:
URL: https://github.com/apache/gravitino/pull/5676#discussion_r1867169495
##########
docs/hive-catalog-with-s3-adls-gcs.md:
##########
@@ -225,13 +240,17 @@ To access S3-stored tables using Spark, you need to
configure the SparkSession a
.config("spark.sql.catalog.{hive_catalog_name}.fs.s3a.endpoint",
getS3Endpoint)
.config("spark.sql.catalog.{hive_catalog_name}.fs.s3a.impl",
"org.apache.hadoop.fs.s3a.S3AFileSystem")
- ## This two is for Azure Blob Storage(ADLS) only
+ // This two is for Azure Blob Storage(ADLS) only
Review Comment:
Azure Blob Storage refers to the Azure storage concept, including ordinary
Azure blob storage, ADLS, and ADSLV2.
--
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]