Skip to content

Commit 4f1e148

Browse files
committed
fix comment
1 parent b9b21f3 commit 4f1e148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spark-connector/spark-common/src/main/java/org/apache/gravitino/spark/connector/iceberg/GravitinoIcebergCatalog.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ protected TableCatalog createAndInitSparkCatalog(
6262
String name, CaseInsensitiveStringMap options, Map<String, String> properties) {
6363
String jdbcDriver = properties.get(IcebergConstants.GRAVITINO_JDBC_DRIVER);
6464
if (StringUtils.isNotBlank(jdbcDriver)) {
65-
// If `spark.sql.hive.metastore.jars` is set to path, Spark will use IsolatedClientLoader to
66-
// load JDBC drivers, which makes Iceberg could not find corresponding JDBC driver.
65+
// If `spark.sql.hive.metastore.jars` is set, Spark will use an isolated client class loader
66+
// to load JDBC drivers, which makes Iceberg could not find corresponding JDBC driver.
6767
try {
6868
Class.forName(jdbcDriver);
6969
} catch (Exception e) {

0 commit comments

Comments
 (0)