fix(connection-dialog): show Spark database icon

This commit is contained in:
jischeng 2026-07-13 21:08:05 +08:00 committed by GitHub
parent 8a6640e184
commit 8de5becdef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -653,7 +653,7 @@ const driverProfiles: Record<
trino: { type: "trino", port: 8080, user: "", label: "Trino", icon: "trino" },
prestosql: { type: "prestosql", port: 8080, user: "", label: "PrestoSQL", icon: "presto" },
hive: { type: "hive", port: 10000, user: "", label: "Apache Hive", icon: "hive" },
spark: { type: "spark", port: 10015, user: "", label: "Apache Spark", icon: "spark-logo.png" },
spark: { type: "spark", port: 10015, user: "", label: "Apache Spark", icon: "spark" },
db2: { type: "db2", port: 50000, user: "db2inst1", label: "IBM DB2", icon: "db2" },
informix: { type: "informix", port: 9088, user: "informix", label: "Informix", icon: "informix" },
dremio: { type: "jdbc", port: 31010, user: "", label: "Dremio", icon: "dremio" },
@ -1699,7 +1699,7 @@ const iconTypeMap: Record<string, string> = {
trino: "trino",
prestosql: "prestosql",
hive: "hive",
spark: "spark-logo.png",
spark: "spark",
db2: "db2",
informix: "informix",
dremio: "dremio",