Databricks Runtime 19 (Beta)

此页面包含由 Apache Spark 4.2.0 提供支持的 Databricks Runtime 19 的统一发行说明。 其中列出了 Databricks Runtime 19 发布周期中提供的所有功能、行为更改和修补程序。 群集在重启时接收更新。

有关 Databricks Runtime 支持生命周期的信息,请参阅 Databricks 支持生命周期

注意

发布过程分阶段进行。 Azure Databricks 帐户在初始发布日期后的几天内可能不会更新。

Databricks Runtime 19 (Beta):2026 年 6 月 26 日

行为更改

  • 标准访问模式中限制的环境变量可用性:在 标准访问模式下,只有一组预定义的环境变量可用于 Spark 引擎和 init 脚本。 此集包括常见的配置变量,例如代理设置(HTTP_PROXY)、云凭据(AWS_ACCESS_KEY_IDAZURE_CLIENT_ID目录变量)和目录变量(CATALOG)。 在群集上设置的其他变量仍可供用户代码使用,包括 UDF,但对 Spark 引擎或 init 脚本不可用。 以前,所有群集环境变量都可用于 Spark 引擎和 init 脚本。 请参阅 环境变量限制
  • 标准访问模式下的受限 Spark 配置:在 标准访问模式下,无法再设置某些 Spark 配置属性。 创建或编辑设置了受限属性(按前缀匹配)的集群会失败,并报错。 受限属性包括spark.driver.extraJavaOptionsspark.executor.extraJavaOptions、、spark.jarsspark.filesspark.executorEnv.*spark.kubernetes.*等。 以前,可以在标准访问模式下设置这些属性。 在升级之前,请从群集配置中删除它们。 有关完整列表,请参阅 Spark 配置限制

Databricks Runtime 19 (Beta):2026 年 6 月 15 日

Databricks Runtime 19 现已在 Beta 版中提供,由 Apache Spark 4.2.0 提供支持。

行为更改

  • 已删除 JDK 17:Databricks Runtime 19 仅支持 JDK 21。 以前,Databricks Runtime 18 包含 JDK 17 作为回退选项,可以使用环境变量进行选择 JNAME 。 Databricks Runtime 19 中已不再提供该回退机制。 在升级之前,设置 JNAME=zulu17-ca-amd64 (或 ARM 等效项)的群集必须删除该环境变量。
  • 删除Python包:与 Databricks Runtime 18 相比,Databricks Runtime 19 中删除了大约 90 个标准运行时包。 值得注意的删除包括plotlyseaborn、、openailangchain-corelangchain-openaihuggingface_hubpsycopg2pyodbc。 JupyterLab 的随附服务器已从基础镜像中拆分出去,从而移除了约 54 个与 Jupyter 相关的软件包。 依赖于这些包的工作负荷必须使用群集库或 init 脚本显式安装它们。 有关 Databricks Runtime 19 中包含的包的完整列表,请参阅已安装Python库。 有关 ML 运行时特定的删除,请参阅 Databricks Runtime 19 for 机器学习(Beta)。
  • 保留表属性 pipelines.pipelineId:Databricks Runtime 19 为所有表保留 pipelines.pipelineId 表属性。 尝试手动设置此属性会导致错误。 在升级之前,请从表 DDL 中删除任何显式 pipelines.pipelineId 分配。
  • 实时模式下的水印延迟上调了 +1 毫秒:在实时模式(RTM)流式查询中,当水印通过实时水印传播在批次处理中途推进时,事件时间等于当前水印的记录此前会被视为迟到数据并被丢弃。 事件时间水印延迟现在由 +1 毫秒移动,因此后期记录检查有效严格,并且其事件时间等于当前水印的记录现已保留。 微批处理模式不受影响。
  • 自定义类型所需的 DStream 检查点类允许列表:Apache Spark 4.2.0 引入了 DStream 检查点反序列化的安全控制。 在尝试从检查点恢复之前,在 DStream 闭包中依赖自定义或第三方类型的用户必须将 spark.streaming.checkpoint.allowedClasses 设置为以逗号分隔的完全限定类名或通配符模式列表。 默认的内置允许列表仅涵盖标准 Spark 类型。

Apache Spark 修复和改进

Databricks Runtime 19 包括 Apache Spark 4.2.0。 此版本包括 Databricks Runtime 18 中包含的所有 Spark 修复和改进,以及对 Spark 进行了以下其他 bug 修复和改进:

  • is_valid_variant 表达式:SQL 现在支持 is_valid_variant(expr),如果输入是格式正确的 true 值,则返回 VARIANT;否则返回 false。 使用它在下游处理之前验证变体数据。
  • INSERT INTO ... REPLACE ON/USING 语法:SQL 现已支持 INSERT INTO ... REPLACE ON <columns>INSERT INTO ... REPLACE USING <subquery> 语法,从而支持 upsert 式写入,即根据匹配的列值替换现有行。
  • DSv2 事务管理:数据源 v2 目录现在支持事务管理,支持跨目录操作实现原子多表写入和一致的读取。
  • 批处理 CDC 后处理时使用 ChangelogTable:SQL 现在支持将变更数据捕获(CDC)输出作为变更日志进行读取,并在批处理模式下计算净更改。 ResolveChangelogTable 分析器校验变更日志架构,并根据原始 CDC 行计算合并结果。
  • TABLESAMPLE SYSTEM 支持通过 DSv2 下推进行块采样TABLESAMPLE SYSTEM 现已支持在 Data Source v2 表上使用此功能,允许将基于百分比的块级采样下推到数据源,从而提升性能。
  • CREATE VIEWALTER VIEW 现已支持 DSv2 目录:DSv2 目录现已支持 CREATE VIEWALTER VIEW 语句,使非 Hive 目录在视图 DDL 方面与 Hive 目录实现一致。
  • CREATE METRIC VIEW 在 V2 目录上CREATE METRIC VIEW 现已支持数据源 V2 目录。
  • SQL 中的 KLL 分位函数:SQL 现在原生支持由 Apache DataSketches 提供支持的 KLL 分位数草图函数,包括聚合和 CDF 计算函数,用于近似分位数查询。
  • SQL 中的 Tuple Sketch 函数:SQL 现已原生支持 Apache Tuple Sketch 聚合函数,可对任意类型的负载数据执行近似集合交集和并集操作。
  • withSchemaEvolution() 在数据帧编写器 API 中:DataFrame 编写器 API 现在包括 withSchemaEvolution(),当写入支持它的表时,该 API 支持自动架构演变。
  • Dataset.zipWithIndex在 Scala API 中:Scala DatasetAPI 现在包括zipWithIndex,将每个元素与其索引位置配对,与现有Python和Java API 一致。
  • 表值函数参数中的标量 UDF:SQL 现在支持将标量用户定义函数用作表值函数的参数,从而实现更丰富的参数化。
  • DataFrameGroupBy.cov 在 Spark 上的 pandas API 中:现在支持 DataFrameGroupBy.cov,用于计算每个组内各列之间的成对协方差。
  • SeriesGroupBy.describe 在 Spark 上的 pandas API 中:Spark 上的 pandas API 现在支持 SeriesGroupBy.describe,为每个组生成描述性统计信息。
  • 在 Spark UI 中规划下载链接:Spark UI 执行页现在包含 SVG、DOT 和 TXT 格式的查询计划的下载链接。
  • pa.ChunkedArraycreateDataFrame 的支持:createDataFrame() 现在可以正确处理包含 PyArrow ChunkedArray 列的 pandas DataFrame,从而避免在使用基于 Arrow 的 pandas 数据时出现类型错误。
  • 对数组高阶函数的 Codegen 支持:数组高阶函数(如 filtertransformaggregate)现在可在查询编译期间受益于 JVM 字节码生成,从而提升大量使用这些函数的工作负载的性能。
  • 修复:列子集后exceptAll的正确性:dropDuplicates修复了生成错误结果的 df.dropDuplicates(subset).exceptAll(other) bug。 该修复可确保重复项跟踪逻辑正确处理子集去重。
  • 修复:SQL 分析器保留以块注释结尾的语句:修复了以块注释结尾的 SQL 语句被分号拆分器以无提示方式删除的位置。 现在,无论尾随注释的样式如何,所有语句都能被正确解析。
  • 修复:状态格式 V4 中流-流联接的正确性问题:在使用 RocksDB 状态存储格式 V4 时,已修复带有时间窗口谓词的流-流联接中的一个缺陷,从而防止在有状态流式查询期间出现错误的联接结果。

图书馆升级

仅当存在较旧版本的安全风险时,才会升级库。 识别漏洞后,Databricks 会升级到解决该问题的最早版本。 如果由于确认的安全修补程序在此发布周期内升级了库,则还会列出以前的版本来记录转换。

Python

Library 版本 引入的日期
anyio 4.10.0 2026 年 6 月 15 日
arro3-core 0.8.0 2026 年 6 月 15 日
azure-core 1.41.0 2026 年 6 月 15 日
azure-identity 1.25.3 2026 年 6 月 15 日
azure-mgmt-web 10.1.0 2026 年 6 月 15 日
azure-storage-blob 12.29.0 2026 年 6 月 15 日
azure-storage-file-datalake 12.24.0 2026 年 6 月 15 日
black 25.9.0 2026 年 6 月 15 日
boto3 1.40.46 2026 年 6 月 15 日
botocore 1.40.46 2026 年 6 月 15 日
certifi 2025.11.12 2026 年 6 月 15 日
cffi 2.0.0 2026 年 6 月 15 日
charset-normalizer 3.4.4 2026 年 6 月 15 日
单击 8.2.1 2026 年 6 月 15 日
cloudpickle 3.1.1 2026 年 6 月 15 日
通讯 0.2.3 2026 年 6 月 15 日
contourpy 1.3.3 2026 年 6 月 15 日
加密 46.0.3 2026 年 6 月 15 日
databricks代理 1.11.0 2026 年 6 月 15 日
databricks-sdk 0.108.0 2026 年 6 月 15 日
debugpy 1.8.16 2026 年 6 月 15 日
修饰器 5.2.1 2026 年 6 月 15 日
deltalake 1.5.1 2026 年 6 月 15 日
弃用 1.3.1 2026 年 6 月 15 日
distlib 0.4.0 2026 年 6 月 15 日
执行中 2.2.1 2026 年 6 月 15 日
fastapi 0.136.3 2026 年 6 月 15 日
filelock 3.29.0 2026 年 6 月 15 日
fonttools 4.60.1 2026 年 6 月 15 日
GitPython 3.1.45 2026 年 6 月 15 日
google-api-core 2.30.3 2026 年 6 月 15 日
google-auth 2.53.0 2026 年 6 月 15 日
google-cloud-core 2.6.0 2026 年 6 月 15 日
Google 云存储 (Google Cloud Storage) 3.10.1 2026 年 6 月 15 日
google-resumable-media 2.9.0 2026 年 6 月 15 日
googleapis-common-protos 1.71.0 2026 年 6 月 15 日
grpcio 1.76.0 2026 年 6 月 15 日
grpcio-status 1.76.0 2026 年 6 月 15 日
IDNA 3.11 2026 年 6 月 15 日
importlib_metadata 8.7.0 2026 年 6 月 15 日
iniconfig 2.1.0 2026 年 6 月 15 日
ipyflow-core 0.0.227 2026 年 6 月 15 日
ipykernel 6.31.0 2026 年 6 月 15 日
ipython 9.7.0 2026 年 6 月 15 日
ipywidgets 8.1.7 2026 年 6 月 15 日
joblib 1.5.2 2026 年 6 月 15 日
jupyter_core 5.8.1 2026 年 6 月 15 日
jupyterlab_widgets 3.0.15 2026 年 6 月 15 日
matplotlib 3.10.6 2026 年 6 月 15 日
matplotlib-inline 0.2.1 2026 年 6 月 15 日
mdurl 0.1.2 2026 年 6 月 15 日
mlflow-skinny 3.12.0 2026 年 6 月 15 日
mmh3 5.2.1 2026 年 6 月 15 日
msal 1.36.0 2026 年 6 月 15 日
numpy 2.3.4 2026 年 6 月 15 日
opentelemetry-api 1.42.1 2026 年 6 月 15 日
opentelemetry-proto 1.42.1 2026 年 6 月 15 日
opentelemetry-sdk 1.42.1 2026 年 6 月 15 日
opentelemetry-semantic-conventions 0.63b1 2026 年 6 月 15 日
封装 25.0 2026 年 6 月 15 日
pandas 2.3.3 2026 年 6 月 15 日
parso 0.8.5 2026 年 6 月 15 日
pathspec 0.12.1 2026 年 6 月 15 日
pexpect 4.9.0 2026 年 6 月 15 日
pillow 12.0.0 2026 年 6 月 15 日
pip 25.3 2026 年 6 月 15 日
platformdirs 4.5.0 2026 年 6 月 15 日
proto-plus 1.28.0 2026 年 6 月 15 日
protobuf 6.33.5 2026 年 6 月 15 日
psutil 7.0.0 2026 年 6 月 15 日
pyasn1 0.6.1 2026 年 6 月 15 日
pyccolo 0.0.83 2026 年 6 月 15 日
pycparser 2.23 2026 年 6 月 15 日
pydantic (Python 数据验证库) 2.13.3 2026 年 6 月 15 日
pydantic_core 2.46.3 2026 年 6 月 15 日
Pygments 2.19.2 2026 年 6 月 15 日
pyiceberg 0.11.1 2026 年 6 月 15 日
pyparsing Python解析库 3.2.5 2026 年 6 月 15 日
pyright 1.1.409 2026 年 6 月 15 日
火化 1.1.0 2026 年 6 月 15 日
pytest 8.4.2 2026 年 6 月 15 日
python-dotenv 1.2.2 2026 年 6 月 15 日
pytz 2025.2 2026 年 6 月 15 日
PyYAML 6.0.3 2026 年 6 月 15 日
pyzmq 27.1.0 2026 年 6 月 15 日
regex 2025.9.1 2026 年 6 月 15 日
请求 2.32.5 2026 年 6 月 15 日
rich 14.2.0 2026 年 6 月 15 日
scikit-learn 1.7.2 2026 年 6 月 15 日
scipy 1.16.3 2026 年 6 月 15 日
setuptools 80.9.0 2026 年 6 月 15 日
starlette 0.52.1 2026 年 6 月 15 日
tenacity 9.1.2 2026 年 6 月 15 日
tiktoken 0.13.0 2026 年 6 月 15 日
tokenize_rt 6.2.0 2026 年 6 月 15 日
typing_extensions 4.15.0 2026 年 6 月 15 日
tzdata 2026.2 2026 年 6 月 15 日
urllib3 2.5.0 2026 年 6 月 15 日
uvicorn 0.48.0 2026 年 6 月 15 日
virtualenv 20.35.4 2026 年 6 月 15 日
wcwidth 0.2.13 2026 年 6 月 15 日
widgetsnbextension 4.0.14 2026 年 6 月 15 日
zipp 3.23.0 2026 年 6 月 15 日
zstandard 0.25.0 2026 年 6 月 15 日

R

Library 版本 引入的日期
arrow 24.0.0 2026 年 6 月 15 日
backports 1.5.1 2026 年 6 月 15 日
基础映像 4.6.0 2026 年 6 月 15 日
base64enc 0.1-6 2026 年 6 月 15 日
bit64 4.8.0 2026 年 6 月 15 日
blob 1.3.0 2026 年 6 月 15 日
broom 1.0.12 2026 年 6 月 15 日
bslib 0.10.0 2026 年 6 月 15 日
cli 3.6.6 2026 年 6 月 15 日
clock 0.7.4 2026 年 6 月 15 日
编译器 4.6.0 2026 年 6 月 15 日
cpp11 0.5.5 2026 年 6 月 15 日
curl 7.1.0 2026 年 6 月 15 日
data.table 1.18.4 2026 年 6 月 15 日
datasets 4.6.0 2026 年 6 月 15 日
DBI 1.3.0 2026 年 6 月 15 日
dbplyr 2.5.2 2026 年 6 月 15 日
devtools 2.5.2 2026 年 6 月 15 日
dplyr 1.2.1 2026 年 6 月 15 日
dtplyr 1.3.3 2026 年 6 月 15 日
e1071 1.7-17 2026 年 6 月 15 日
省略号 0.3.3 2026 年 6 月 15 日
fs 2.1.0 2026 年 6 月 15 日
future 1.70.0 2026 年 6 月 15 日
future.apply 1.20.2 2026 年 6 月 15 日
漱口 1.6.1 2026 年 6 月 15 日
gert 2.3.1 2026 年 6 月 15 日
ggplot2 4.0.3 2026 年 6 月 15 日
glmnet 5.0 2026 年 6 月 15 日
全局变量 0.19.1 2026 年 6 月 15 日
glue 1.8.1 2026 年 6 月 15 日
图形 4.6.0 2026 年 6 月 15 日
grDevices 4.6.0 2026 年 6 月 15 日
网格 4.6.0 2026 年 6 月 15 日
gt 1.3.0 2026 年 6 月 15 日
hardhat 1.4.3 2026 年 6 月 15 日
highr 0.12 2026 年 6 月 15 日
htmltools 0.5.9 2026 年 6 月 15 日
httpuv 1.6.17 2026 年 6 月 15 日
httr 1.4.8 2026 年 6 月 15 日
httr2 1.2.2 2026 年 6 月 15 日
isoband 0.3.0 2026 年 6 月 15 日
knitr 1.51 2026 年 6 月 15 日
稍后 1.4.8 2026 年 6 月 15 日
lava 1.9.0 2026 年 6 月 15 日
生命周期 1.0.5 2026 年 6 月 15 日
listenv 0.10.1 2026 年 6 月 15 日
litedown 0.9 2026 年 6 月 15 日
lubridate 1.9.5 2026 年 6 月 15 日
magrittr 2.0.5 2026 年 6 月 15 日
methods 4.6.0 2026 年 6 月 15 日
mlflow 3.10.1 2026 年 6 月 15 日
openssl 2.4.0 2026 年 6 月 15 日
平行 4.6.0 2026 年 6 月 15 日
并行地 1.47.0 2026 年 6 月 15 日
pkgload 1.5.2 2026 年 6 月 15 日
processx 3.9.0 2026 年 6 月 15 日
prodlim 2026.03.11 2026 年 6 月 15 日
progressr 0.19.0 2026 年 6 月 15 日
代理 0.4-29 2026 年 6 月 15 日
ps 1.9.3 2026 年 6 月 15 日
purrr 1.2.2 2026 年 6 月 15 日
ragg 1.5.2 2026 年 6 月 15 日
rappdirs 0.3.4 2026 年 6 月 15 日
Rcpp 1.1.1-1.1 2026 年 6 月 15 日
reactable 0.4.5 2026 年 6 月 15 日
readr 2.2.0 2026 年 6 月 15 日
recipes 1.3.2 2026 年 6 月 15 日
rlang 1.2.0 2026 年 6 月 15 日
rmarkdown 2.31 2026 年 6 月 15 日
RODBC 1.3-26.1 2026 年 6 月 15 日
roxygen2 8.0.0 2026 年 6 月 15 日
Rserve 1.8-19 2026 年 6 月 15 日
RSQLite 3.52.0 2026 年 6 月 15 日
rstudioapi 0.18.0 2026 年 6 月 15 日
S7 0.2.2 2026 年 6 月 15 日
选择器 0.5-1 2026 年 6 月 15 日
shiny 1.13.0 2026 年 6 月 15 日
sourcetools 0.1.7-2 2026 年 6 月 15 日
sparklyr(用于R的可视化和数据处理工具包) 1.9.4 2026 年 6 月 15 日
SparkR 4.2.0 2026 年 6 月 15 日
sparsevctrs 0.3.6 2026 年 6 月 15 日
splines 4.6.0 2026 年 6 月 15 日
sqldf 0.4-12 2026 年 6 月 15 日
SQUAREM 2026.1 2026 年 6 月 15 日
统计数据 4.6.0 2026 年 6 月 15 日
stats4 4.6.0 2026 年 6 月 15 日
swagger 5.32.1 2026 年 6 月 15 日
systemfonts 1.3.2 2026 年 6 月 15 日
tcltk 4.6.0 2026 年 6 月 15 日
testthat 3.3.2 2026 年 6 月 15 日
textshaping 1.0.5 2026 年 6 月 15 日
tibble 3.3.1 2026 年 6 月 15 日
tidyr 1.3.2 2026 年 6 月 15 日
timechange 0.4.0 2026 年 6 月 15 日
timeDate 4052.112 2026 年 6 月 15 日
tinytex 0.59 2026 年 6 月 15 日
工具 4.6.0 2026 年 6 月 15 日
utils 4.6.0 2026 年 6 月 15 日
uuid 1.2-2 2026 年 6 月 15 日
V8 8.2.0 2026 年 6 月 15 日
vctrs 0.7.3 2026 年 6 月 15 日
viridisLite 0.4.3 2026 年 6 月 15 日
vroom 1.7.1 2026 年 6 月 15 日
xfun 0.57 2026 年 6 月 15 日
xml2 1.5.2 2026 年 6 月 15 日
xtable 1.8-8 2026 年 6 月 15 日
YAML 2.3.12 2026 年 6 月 15 日

Java

Library 版本 引入的日期
com.fasterxml.jackson.core.jackson-annotations 2.21 2026 年 6 月 15 日
com.fasterxml.jackson.core.jackson-core 2.21.2 2026 年 6 月 15 日
com.fasterxml.jackson.core.jackson-databind 2.21.2 2026 年 6 月 15 日
com.fasterxml.jackson.datatype.jackson-datatype-joda 2.21.2 2026 年 6 月 15 日
com.fasterxml.jackson.datatype.jackson-datatype-jsr310 2.21.2 2026 年 6 月 15 日
com.fasterxml.jackson.module.jackson-module-paranamer 2.21.2 2026 年 6 月 15 日
com.fasterxml.jackson.module.jackson-module-scala_2.13 2.21.2 2026 年 6 月 15 日
com.github.luben.zstd-jni 1.5.7-8 2026 年 6 月 15 日
com.google.api.grpc.proto-google-common-protos 2.41.0 2026 年 6 月 15 日
com.google.code.gson.gson 2.13.2 2026 年 6 月 15 日
com.google.crypto.tink.tink 1.20.0 2026 年 6 月 15 日
com.google.errorprone.error_prone_annotations 2.47.0 2026 年 6 月 15 日
com.google.guava.guava 33.6.0-jre 2026 年 6 月 15 日
com.google.j2objc.j2objc-annotations 3.1 2026 年 6 月 15 日
com.google.protobuf.protobuf-java 4.33.0 2026 年 6 月 15 日
com.google.protobuf.protobuf-java-util 4.33.0 2026 年 6 月 15 日
com.microsoft.sqlserver.mssql-jdbc 13.2.1.jre11 2026 年 6 月 15 日
com.ning.compress-lzf 1.2.0 2026 年 6 月 15 日
com.thoughtworks.paranamer.paranamer 2.8.3 2026 年 6 月 15 日
commons-cli.commons-cli 1.11.0 2026 年 6 月 15 日
commons-codec.commons-codec 1.22.0 2026 年 6 月 15 日
commons-io.commons-io 2.22.0 2026 年 6 月 15 日
dev.ludovic.netlib.arpack 3.2.0 2026 年 6 月 15 日
dev.ludovic.netlib.blas 3.2.0 2026 年 6 月 15 日
dev.ludovic.netlib.lapack 3.2.0 2026 年 6 月 15 日
io.airlift.aircompressor 2.0.3 2026 年 6 月 15 日
io.delta.delta-sharing-client_2.13 1.4.0 2026 年 6 月 15 日
io.netty.netty-all 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-buffer 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-codec 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-codec-base 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-codec-classes-quic 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-codec-compression 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-codec-http 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-codec-http2 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-codec-native-quic 4.2.13.Final-windows-x86_64 2026 年 6 月 15 日
io.netty.netty-codec-socks 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-common 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-handler 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-handler-proxy 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-resolver 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-tcnative-boringssl-static 2.0.77.Final-db-r0-windows-x86_64 2026 年 6 月 15 日
io.netty.netty-tcnative-classes 2.0.77.Final 2026 年 6 月 15 日
io.netty.netty-transport 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-transport-classes-epoll 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-transport-classes-kqueue 4.2.13.Final 2026 年 6 月 15 日
io.netty.netty-transport-native-epoll 4.2.13.Final-linux-x86_64 2026 年 6 月 15 日
io.netty.netty-transport-native-kqueue 4.2.13.Final-osx-x86_64 2026 年 6 月 15 日
io.netty.netty-transport-native-unix-common 4.2.13.Final 2026 年 6 月 15 日
jakarta.annotation.jakarta.annotation-api 2.1.1 2026 年 6 月 15 日
jakarta.servlet.jakarta.servlet-api 6.0.0 2026 年 6 月 15 日
jakarta.ws.rs.jakarta.ws.rs-api 3.1.0 2026 年 6 月 15 日
joda-time.joda-time 2.14.1 2026 年 6 月 15 日
org.apache.arrow.arrow-compression 19.0.0 2026 年 6 月 15 日
org.apache.arrow.arrow-format 19.0.0 2026 年 6 月 15 日
org.apache.arrow.arrow-memory-core 19.0.0 2026 年 6 月 15 日
org.apache.arrow.arrow-memory-netty 19.0.0 2026 年 6 月 15 日
org.apache.arrow.arrow-memory-netty-buffer-patch 19.0.0 2026 年 6 月 15 日
org.apache.arrow.arrow-vector 19.0.0 2026 年 6 月 15 日
org.apache.commons.commons-configuration2 2.15.0 2026 年 6 月 15 日
org.apache.commons.commons-lang3 3.20.0 2026 年 6 月 15 日
org.apache.commons.commons-text 1.15.0 2026 年 6 月 15 日
org.apache.derby.derby 10.16.1.1 2026 年 6 月 15 日
org.apache.hadoop.hadoop-client-runtime 3.5.0 2026 年 6 月 15 日
org.apache.logging.log4j.log4j-1.2-api 2.25.4 2026 年 6 月 15 日
org.apache.logging.log4j.log4j-api 2.25.4 2026 年 6 月 15 日
org.apache.logging.log4j.log4j-core 2.25.4 2026 年 6 月 15 日
org.apache.logging.log4j.log4j-layout-template-json 2.25.4 2026 年 6 月 15 日
org.apache.logging.log4j.log4j-slf4j2-impl 2.25.4 2026 年 6 月 15 日
org.apache.orc.orc-core 2.3.0-shaded-protobuf 2026 年 6 月 15 日
org.apache.orc.orc-mapreduce 2.3.0-shaded-protobuf 2026 年 6 月 15 日
org.apache.orc.orc-shims 2.3.0 2026 年 6 月 15 日
org.apache.xbean.xbean-asm9-shaded 4.30 2026 年 6 月 15 日
org.apache.zookeeper.zookeeper 3.9.5 2026 年 6 月 15 日
org.apache.zookeeper.zookeeper-jute 3.9.5 2026 年 6 月 15 日
org.eclipse.jetty.jetty-alpn-client 12.1.8 2026 年 6 月 15 日
org.eclipse.jetty.jetty-client 12.1.8 2026 年 6 月 15 日
org.eclipse.jetty.jetty-http 12.1.8 2026 年 6 月 15 日
org.eclipse.jetty.jetty-io 12.1.8 2026 年 6 月 15 日
org.eclipse.jetty.jetty-jndi 12.1.8 2026 年 6 月 15 日
org.eclipse.jetty.jetty-plus 12.1.8 2026 年 6 月 15 日
org.eclipse.jetty.jetty-security 12.1.8 2026 年 6 月 15 日
org.eclipse.jetty.jetty-server 12.1.8 2026 年 6 月 15 日
org.eclipse.jetty.jetty-util 12.1.8 2026 年 6 月 15 日
org.eclipse.jetty.jetty-xml 12.1.8 2026 年 6 月 15 日
org.glassfish.hk2.external.aopalliance-repackaged 3.0.6 2026 年 6 月 15 日
org.glassfish.hk2.hk2-api 3.0.6 2026 年 6 月 15 日
org.glassfish.hk2.hk2-locator 3.0.6 2026 年 6 月 15 日
org.glassfish.hk2.hk2-utils 3.0.6 2026 年 6 月 15 日
org.glassfish.jersey.containers.jersey-container-servlet 3.1.11 2026 年 6 月 15 日
org.glassfish.jersey.containers.jersey-container-servlet-core 3.1.11 2026 年 6 月 15 日
org.glassfish.jersey.core.jersey-client 3.1.11 2026 年 6 月 15 日
org.glassfish.jersey.core.jersey-common 3.1.11 2026 年 6 月 15 日
org.glassfish.jersey.core.jersey-server 3.1.11 2026 年 6 月 15 日
org.glassfish.jersey.inject.jersey-hk2 3.1.11 2026 年 6 月 15 日
org.javassist.javassist 3.30.2-GA 2026 年 6 月 15 日
org.objenesis.objenesis 3.5 2026 年 6 月 15 日
org.postgresql.postgresql 42.7.7 2026 年 6 月 15 日
org.roaringbitmap.RoaringBitmap 1.6.10 2026 年 6 月 15 日
org.tukaani.xz 1.12 2026 年 6 月 15 日
org.xerial.snappy.snappy-java 1.1.10.8 2026 年 6 月 15 日

Databricks ODBC/JDBC 驱动程序支持

Databricks 支持过去 2 年发布的 ODBC/JDBC 驱动程序。 请下载最近发布的驱动程序并升级(下载 ODBC下载 JDBC)。

系统环境

  • 操作系统:Ubuntu 24.04.4 LTS
  • Java:Zulu21.48+15-CA
  • Scala:2.13.16
  • Python:3.12.3
  • R:4.6.0
  • Delta Lake:4.2.0

已安装的 Python 库

Library 版本 Library 版本 Library 版本
标注文档 0.0.4 注释类型 0.7.0 anyio 4.10.0
arro3-core 0.8.0 asttokens 3.0.0 astunparse 1.6.3
autocommand 2.2.2 azure-core 1.41.0 azure-identity 1.25.3
azure-mgmt-core 1.6.0 azure-mgmt-web 10.1.0 azure-storage-blob 12.29.0
azure-storage-file-datalake 12.24.0 backports.tarfile 1.2.0 black 25.9.0
blinker 1.7.0 boto3 1.40.46 botocore 1.40.46
cachetools 5.5.1 certifi 2025.11.12 cffi 2.0.0
charset-normalizer 3.4.4 单击 8.2.1 cloudpickle 3.1.1
通讯 0.2.3 contourpy 1.3.3 加密 46.0.3
cycler 0.11.0 databricks代理 1.11.0 databricks-sdk 0.108.0
dataclasses-json 0.6.7 dbus-python 1.3.2 debugpy 1.8.16
修饰器 5.2.1 deltalake 1.5.1 弃用 1.3.1
distlib 0.4.0 执行中 2.2.1 fastapi 0.136.3
filelock 3.29.0 fonttools 4.60.1 fsspec 2023.5.0
gitdb 4.0.11 GitPython 3.1.45 google-api-core 2.30.3
google-auth 2.53.0 google-cloud-core 2.6.0 Google 云存储 (Google Cloud Storage) 3.10.1
google-crc32c 1.8.0 google-resumable-media 2.9.0 googleapis-common-protos 1.71.0
grpcio 1.76.0 grpcio-status 1.76.0 h11 0.16.0
httplib2 0.20.4 IDNA 3.11 importlib_metadata 8.7.0
inflect 7.3.1 iniconfig 2.1.0 ipyflow-core 0.0.227
ipykernel 6.31.0 ipython 9.7.0 ipython_pygments_lexers 1.1.1
ipywidgets 8.1.7 isodate (ISO标准日期) 0.7.2 jaraco.collections 5.1.0
jaraco.context 5.3.0 jaraco.functools 4.0.1 jaraco.text 3.12.1
jedi 0.19.2 Jinja2 3.1.6 jmespath 1.0.1
joblib 1.5.2 jupyter_client 8.6.3 jupyter_core 5.8.1
jupyterlab_widgets 3.0.15 kiwisolver 1.4.8 launchpadlib 1.11.0
lazr.restfulclient 0.14.6 lazr.uri 1.0.6 markdown-it-py 2.2.0
MarkupSafe 3.0.2 棉花糖 3.26.2 matplotlib 3.10.6
matplotlib-inline 0.2.1 mccabe 0.7.0 mdurl 0.1.2
mlflow-skinny 3.12.0 mmh3 5.2.1 more-itertools 10.3.0
msal 1.36.0 msal-extensions 1.3.1 msrest 0.7.1
mypy-extensions 1.0.0 nest-asyncio 1.6.0 nodeenv 1.10.0
numpy 2.3.4 oauthlib 3.2.2 opentelemetry-api 1.42.1
opentelemetry-proto 1.42.1 opentelemetry-sdk 1.42.1 opentelemetry-semantic-conventions 0.63b1
封装 25.0 pandas 2.3.3 parso 0.8.5
pathspec 0.12.1 pexpect 4.9.0 pillow 12.0.0
pip 25.3 platformdirs 4.5.0 pluggy 1.5.0
prompt_toolkit 3.0.52 proto-plus 1.28.0 protobuf 6.33.5
psutil 7.0.0 ptyprocess 0.7.0 pure_eval 0.2.3
pyarrow 21.0.0 pyasn1 0.6.1 pyasn1_modules 0.4.2
pyccolo 0.0.83 pycparser 2.23 pydantic (Python 数据验证库) 2.13.3
pydantic_core 2.46.3 pyflakes 3.2.0 Pygments 2.19.2
PyGObject 3.48.2 pyiceberg 0.11.1 PyJWT 2.10.1
pyparsing Python解析库 3.2.5 pyright 1.1.409 火化 1.1.0
pytest 8.4.2 python-dateutil 2.9.0.post0 python-dotenv 1.2.2
pytokens 0.2.0 pytz 2025.2 PyYAML 6.0.3
pyzmq 27.1.0 regex 2025.9.1 请求 2.32.5
requests-oauthlib 2.0.0 rich 14.2.0 s3transfer 0.14.0
scikit-learn 1.7.2 scipy 1.16.3 setuptools 80.9.0
6 1.17.0 smmap 5.0.0 sniffio 1.3.0
sqlparse 0.5.5 ssh-import-id(用于根据提供的标识符导入SSH密钥的命令行工具) 5.11 栈数据 (stack-data) 0.6.3
starlette 0.52.1 strictyaml 1.7.3 tenacity 9.1.2
threadpoolctl 3.5.0 tiktoken 0.13.0 tokenize_rt 6.2.0
tomli 2.0.1 tornado 6.5.1 tqdm 4.67.1
Traitlets 5.14.3 typeguard 4.3.0 输入检查 0.9.0
输入检查 0.4.2 typing_extensions 4.15.0 tzdata 2026.2
无需人工干预的升级 0.1 urllib3 2.5.0 uvicorn 0.48.0
virtualenv 20.35.4 wadllib 1.3.6 wcwidth 0.2.13
wheel 0.45.1 每当 0.7.3 widgetsnbextension 4.0.14
裹住 1.17.0 zipp 3.23.0 zstandard 0.25.0

已安装的 R 库

R 库从 PACKAGES 上的 Posit 程序包管理器 CRAN 快照 安装。

Library 版本 Library 版本 Library 版本
arrow 24.0.0 askpass 1.2.1 assertthat 0.2.1
backports 1.5.1 基础映像 4.6.0 base64enc 0.1-6
bigD 0.3.1 bit 4.6.0 bit64 4.8.0
bitops 1.0-9 blob 1.3.0 靴子 1.3-30
brew 1.0-10 brio 1.1.5 broom 1.0.12
bslib 0.10.0 cachem 1.1.0 callr 3.7.6
caret 7.0-1 cellranger 1.1.0 chron 2.3-62
7.3-22 cli 3.6.6 clipr 0.8.0
clock 0.7.4 群集 2.1.6 codetools 0.2-20
commonmark 2.0.0 编译器 4.6.0 config 0.3.2
感到矛盾 1.2.0 cpp11 0.5.5 蜡笔 1.5.3
凭据 2.0.3 curl 7.1.0 data.table 1.18.4
datasets 4.6.0 DBI 1.3.0 dbplyr 2.5.2
desc 1.4.3 devtools 2.5.2 diagram 1.6.5
diffobj 0.3.6 摘要 0.6.39 downlit 0.4.5
dplyr 1.2.1 dtplyr 1.3.3 e1071 1.7-17
省略号 0.3.3 评估 1.0.5 凡思 1.0.7
farver 2.1.2 fastmap 1.2.0 fontawesome 0.5.3
forcats 1.0.1 foreach 1.5.2 foreign 0.8-86
fs 2.1.0 future 1.70.0 future.apply 1.20.2
漱口 1.6.1 泛型 0.1.4 gert 2.3.1
ggplot2 4.0.3 gh 1.5.0 git2r 0.36.2
gitcreds 0.1.2 glmnet 5.0 全局变量 0.19.1
glue 1.8.1 googledrive 2.1.2 googlesheets4 1.1.2
gower 1.0.2 图形 4.6.0 grDevices 4.6.0
网格 4.6.0 gridExtra 2.3 gsubfn 0.7
gt 1.3.0 gtable 0.3.6 hardhat 1.4.3
避风港 2.5.5 highr 0.12 hms 1.1.4
htmltools 0.5.9 htmlwidgets 1.6.4 httpuv 1.6.17
httr 1.4.8 httr2 1.2.2 ids 1.0.1
ini 0.3.1 ipred 0.9-15 isoband 0.3.0
iterators 1.0.14 jquerylib 0.1.4 jsonlite 2.0.0
juicyjuice 0.1.0 KernSmooth 2.23-22 knitr 1.51
labeling 0.4.3 稍后 1.4.8 晶格 0.22-5
lava 1.9.0 生命周期 1.0.5 listenv 0.10.1
litedown 0.9 lubridate 1.9.5 magrittr 2.0.5
markdown 2.0 质量 7.3-60.0.1 矩阵 1.6-5
memoise 2.0.1 methods 4.6.0 mgcv 1.9-1
mime 0.13 miniUI 0.1.2 mlflow 3.10.1
ModelMetrics 1.2.2.2 modelr 0.1.11 nlme 3.1-164
nnet 7.3-19 numDeriv 2016.8-1.1 openssl 2.4.0
伊卡诺 0.2.0 pak 0.9.5 平行 4.6.0
并行地 1.47.0 pillar 1.11.1 pkgbuild 1.4.8
pkgconfig 2.0.3 pkgdown 2.2.0 pkgload 1.5.2
plyr 1.8.9 praise 1.0.0 prettyunits 1.2.0
pROC 1.19.0.1 processx 3.9.0 prodlim 2026.03.11
profvis 0.4.0 progress 1.2.3 progressr 0.19.0
promises 1.5.0 proto 1.0.0 代理 0.4-29
ps 1.9.3 purrr 1.2.2 R6 2.6.1
ragg 1.5.2 随机森林 (randomForest) 4.7-1.2 rappdirs 0.3.4
rcmdcheck 1.4.0 RColorBrewer 1.1-3 Rcpp 1.1.1-1.1
RcppEigen 0.3.4.0.2 reactable 0.4.5 reactR 0.6.1
readr 2.2.0 readxl 1.4.5 recipes 1.3.2
rematch 2.0.0 rematch2 2.1.2 reprex 2.1.1
reshape2 1.4.5 rlang 1.2.0 rmarkdown 2.31
RODBC 1.3-26.1 roxygen2 8.0.0 rpart 4.1.23
rprojroot 2.1.1 Rserve 1.8-19 RSQLite 3.52.0
rstudioapi 0.18.0 rversions 3.0.0 rvest 1.0.5
S7 0.2.2 sass 0.4.10 scales 1.4.0
选择器 0.5-1 sessioninfo 1.2.3 形状 1.4.6.1
shiny 1.13.0 sourcetools 0.1.7-2 sparklyr(用于R的可视化和数据处理工具包) 1.9.4
SparkR 4.2.0 sparsevctrs 0.3.6 空间 7.3-17
splines 4.6.0 sqldf 0.4-12 SQUAREM 2026.1
统计数据 4.6.0 stats4 4.6.0 stringi 1.8.7
stringr 1.6.0 survival 3.5-8 swagger 5.32.1
sys 3.4.3 systemfonts 1.3.2 tcltk 4.6.0
testthat 3.3.2 textshaping 1.0.5 tibble 3.3.1
tidyr 1.3.2 tidyselect 1.2.1 tidyverse 2.0.0
timechange 0.4.0 timeDate 4052.112 tinytex 0.59
工具 4.6.0 tzdb 0.5.0 urlchecker 1.0.1
usethis 3.2.1 utf8 1.2.6 utils 4.6.0
uuid 1.2-2 V8 8.2.0 vctrs 0.7.3
viridisLite 0.4.3 vroom 1.7.1 waldo 0.6.2
晶须 0.4.1 withr 3.0.2 xfun 0.57
xml2 1.5.2 xopen 1.0.1 xtable 1.8-8
YAML 2.3.12 zeallot 0.2.0 zip (压缩文件) 2.3.3

已安装的 Java 和 Scala 库(Scala 2.13 群集版本)

群组标识符 工件编号 版本
antlr antlr 2.7.7
at.yawk.lz4 lz4-java 1.11.0
com.clearspring.analytics 数据流 2.9.8
com.databricks Rserve 1.8-3
com.databricks databricks-sdk-java 0.53.0
com.databricks jets3t 0.7.1-0
com.databricks.scalapb scalapb-runtime_2.13 0.4.15-11
com.esotericsoftware kryo-shaded 4.0.3
com.esotericsoftware minlog 1.3.0
com.fasterxml 同学 1.5.1
com.fasterxml.jackson.core jackson-annotations 2.21
com.fasterxml.jackson.core jackson-core 2.21.2
com.fasterxml.jackson.core jackson-databind 2.21.2
com.fasterxml.jackson.dataformat jackson-dataformat-yaml 2.15.2
com.fasterxml.jackson.datatype jackson-datatype-joda 2.21.2
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.21.2
com.fasterxml.jackson.module jackson-module-paranamer 2.21.2
com.fasterxml.jackson.module jackson-module-scala_2.13 2.21.2
com.github.ben-manes.caffeine caffeine 2.9.3
com.github.blemale scaffeine_2.13 4.1.0
com.github.fommil jniloader 1.1
com.github.fommil.netlib native_ref-java 1.1
com.github.fommil.netlib native_ref-java 1.1-natives
com.github.fommil.netlib native_system-java 1.1
com.github.fommil.netlib native_system-java 1.1-natives
com.github.fommil.netlib netlib-native_ref-linux-x86_64 1.1-natives
com.github.fommil.netlib netlib-native_system-linux-x86_64 1.1-natives
com.github.luben zstd-jni 1.5.7-8
com.github.virtuald curvesapi 1.08
com.github.wendykierp JTransforms 3.1
com.google.api.grpc proto-google-common-protos 2.41.0
com.google.auth google-auth-library-credentials 1.20.0
com.google.auth google-auth-library-oauth2-http 1.20.0
com.google.auto.value auto-value-annotations 1.10.4
com.google.code.findbugs jsr305 3.0.0
com.google.code.gson gson 2.13.2
com.google.crypto.tink tink 1.20.0
com.google.errorprone error_prone_annotations 2.47.0
com.google.flatbuffers flatbuffers-java 25.2.10
com.google.guava failureaccess 1.0.3
com.google.guava guava 33.6.0-jre
com.google.http-client google-http-client 1.43.3
com.google.http-client google-http-client-gson 1.43.3
com.google.j2objc j2objc-annotations 3.1
com.google.protobuf protobuf-java 4.33.0
com.google.protobuf protobuf-java-util 4.33.0
com.helger 探查器 1.1.1
com.ibm.icu icu4j 75.1
com.jcraft jsch 0.1.55
com.lihaoyi sourcecode_2.13 0.1.9
com.microsoft.azure azure-data-lake-store-sdk 2.3.10
com.microsoft.sqlserver mssql-jdbc 13.2.1.jre11
com.ning compress-lzf (LZF压缩算法) 1.2.0
com.sun.mail javax.mail 1.5.2
com.sun.xml.bind jaxb-core 2.2.11
com.sun.xml.bind jaxb-impl 2.2.11
com.tdunning Json 1.8
com.thoughtworks.paranamer paranamer 2.8.3
com.trueaccord.lenses lenses_2.13 0.4.13
com.twitter chill-java 0.10.0
com.twitter chill_2.13 0.10.0
com.twitter util-app_2.13 19.8.1
com.twitter util-core_2.13 19.8.1
com.twitter util-function_2.13 19.8.1
com.twitter util-jvm_2.13 19.8.1
com.twitter util-lint_2.13 19.8.1
com.twitter util-registry_2.13 19.8.1
com.twitter util-stats_2.13 19.8.1
com.typesafe config 1.4.3
com.typesafe.scala-logging scala-logging_2.13 3.9.2
com.uber h3 3.7.3
com.univocity univocity-parsers 2.9.1
com.zaxxer HikariCP 4.0.3
com.zaxxer SparseBitSet 1.3
commons-cli commons-cli 1.11.0
commons-codec commons-codec 1.22.0
commons-collections commons-collections 3.2.2
commons-dbcp commons-dbcp 1.4
commons-fileupload commons-fileupload 1.6.0
commons-httpclient commons-httpclient 3.1
commons-io commons-io 2.22.0
commons-lang(公共程序语言库) commons-lang(公共程序语言库) 2.6
commons-logging commons-logging 1.1.3
commons-pool commons-pool 1.5.4
dev.ludovic.netlib arpack 3.2.0
dev.ludovic.netlib blas 3.2.0
dev.ludovic.netlib lapack (线性代数程序库) 3.2.0
info.ganglia.gmetric4j gmetric4j 1.0.10
io.airlift aircompressor 2.0.3
io.delta delta-sharing-client_2.13 1.4.0
io.dropwizard.metrics 核心指标 4.2.37
io.dropwizard.metrics metrics-graphite 4.2.37
io.dropwizard.metrics metrics-healthchecks 4.2.37
io.dropwizard.metrics metrics-jmx 4.2.37
io.dropwizard.metrics metrics-json 4.2.37
io.dropwizard.metrics 指标-JVM 4.2.37
io.dropwizard.metrics metrics-servlets 4.2.37
io.github.java-diff-utils java-diff-utils 4.16
io.jsonwebtoken jjwt-api 0.13.0
io.jsonwebtoken jjwt-impl 0.13.0
io.jsonwebtoken jjwt-jackson 0.13.0
io.netty netty-all 4.2.13.Final
io.netty netty-buffer 4.2.13.Final
io.netty Netty 编解码器 4.2.13.Final
io.netty netty-codec-base 4.2.13.Final
io.netty netty-codec-classes-quic 4.2.13.Final
io.netty Netty编解码压缩 4.2.13.Final
io.netty netty-codec-http 4.2.13.Final
io.netty netty-codec-http2 4.2.13.Final
io.netty netty-codec-native-quic 4.2.13.Final-linux-aarch_64
io.netty netty-codec-native-quic 4.2.13.Final-linux-x86_64
io.netty netty-codec-native-quic 4.2.13.Final-osx-aarch_64
io.netty netty-codec-native-quic 4.2.13.Final-osx-x86_64
io.netty netty-codec-native-quic 4.2.13.Final-windows-x86_64
io.netty netty-codec-socks 4.2.13.Final
io.netty netty-common 4.2.13.Final
io.netty netty-handler 4.2.13.Final
io.netty netty-handler-proxy 4.2.13.Final
io.netty netty-resolver 4.2.13.Final
io.netty netty-tcnative-boringssl-static 2.0.77.Final-db-r0-linux-aarch_64
io.netty netty-tcnative-boringssl-static 2.0.77.Final-db-r0-linux-x86_64
io.netty netty-tcnative-boringssl-static 2.0.77.Final-db-r0-osx-aarch_64
io.netty netty-tcnative-boringssl-static 2.0.77.Final-db-r0-osx-x86_64
io.netty netty-tcnative-boringssl-static 2.0.77.Final-db-r0-windows-x86_64
io.netty netty-tcnative-classes 2.0.77.Final
io.netty netty-transport 4.2.13.Final
io.netty netty-transport-classes-epoll 4.2.13.Final
io.netty netty-transport-classes-kqueue 4.2.13.Final
io.netty netty-transport-native-epoll 4.2.13.Final
io.netty netty-transport-native-epoll 4.2.13.Final-linux-aarch_64
io.netty netty-transport-native-epoll 4.2.13.Final-linux-riscv64
io.netty netty-transport-native-epoll 4.2.13.Final-linux-x86_64
io.netty netty-transport-native-kqueue 4.2.13.Final-osx-aarch_64
io.netty netty-transport-native-kqueue 4.2.13.Final-osx-x86_64
io.netty netty-transport-native-unix-common 4.2.13.Final
io.opencensus opencensus-api 0.31.1
io.opencensus opencensus-contrib-http-util 0.31.1
io.prometheus simpleclient 0.16.1-databricks
io.prometheus simpleclient_common 0.16.1-databricks
io.prometheus simpleclient_dropwizard 0.16.1-databricks
io.prometheus simpleclient_pushgateway 0.16.1-databricks
io.prometheus simpleclient_servlet 0.16.1-databricks
io.prometheus simpleclient_servlet_common 0.16.1-databricks
io.prometheus simpleclient_tracer_common 0.16.1-databricks
io.prometheus simpleclient_tracer_otel 0.16.1-databricks
io.prometheus simpleclient_tracer_otel_agent 0.16.1-databricks
io.prometheus.jmx 收集器 0.18.0
jakarta.annotation jakarta.annotation-api 2.1.1
jakarta.enterprise jakarta.enterprise.cdi-api 4.0.1
jakarta.enterprise jakarta.enterprise.lang-model 4.0.1
jakarta.inject jakarta.inject-api 2.0.1
jakarta.interceptor jakarta.interceptor-api 2.1.0
jakarta.servlet jakarta.servlet-api 6.0.0
jakarta.transaction jakarta.transaction-api 2.0.1
jakarta.validation jakarta.validation-api 2.0.2
jakarta.ws.rs jakarta.ws.rs-api 3.1.0
javax.activation 激活 1.1.1
javax.annotation javax.annotation-api 1.3.2
javax.el javax.el-api 2.2.4
javax.jdo jdo-api 3.0.1
javax.servlet javax.servlet-api 4.0.1
javax.transaction jta 1.1
javax.transaction transaction-api 1.1
javax.xml.bind jaxb-api 2.2.11
javolution javolution 5.5.1
jline jline 2.14.6
joda-time joda-time 2.14.1
net.java.dev.jna jna 5.8.0
net.razorvine pickle 1.5
net.sf.jpam jpam 1.1
net.sf.opencsv opencsv 2.3
net.sf.supercsv super-csv 2.2.0
net.snowflake snowflake-ingest-sdk 0.9.6
net.sourceforge.f2j arpack_combined_all 0.1
org.acplt.remotetea remotetea-oncrpc 1.1.2
org.antlr ST4 4.0.4
org.antlr antlr-runtime 3.5.2
org.antlr antlr4-runtime 4.13.1
org.antlr stringtemplate 3.2.1
org.apache.ant ant 1.10.11
org.apache.ant ant-jsch 1.10.11
org.apache.ant ant-launcher 1.10.11
org.apache.arrow arrow-c-data 19.0.0
org.apache.arrow 箭头压缩 19.0.0
org.apache.arrow arrow-format 19.0.0
org.apache.arrow 箭头-内存-核心 19.0.0
org.apache.arrow arrow-memory-netty 19.0.0
org.apache.arrow arrow-memory-netty-buffer-patch 19.0.0
org.apache.arrow arrow-vector 19.0.0
org.apache.avro avro 1.12.1
org.apache.avro avro-ipc 1.12.1
org.apache.avro avro-mapred 1.12.1
org.apache.commons commons-collections4 4.5.0
org.apache.commons commons-compress(公共压缩库) 1.28.0
org.apache.commons commons-configuration2 2.15.0
org.apache.commons commons-crypto 1.1.0
org.apache.commons commons-lang3 3.20.0
org.apache.commons commons-math3 3.6.1
org.apache.commons commons-text 1.15.0
org.apache.curator curator-client 5.9.0
org.apache.curator curator-framework 5.9.0
org.apache.curator curator-recipes 5.9.0
org.apache.datasketches datasketches-java 6.2.0
org.apache.derby derby 10.16.1.1
org.apache.derby derbyshared 10.16.1.1
org.apache.derby derbytools 10.16.1.1
org.apache.hadoop hadoop-client-runtime 3.5.0
org.apache.hive hive-beeline 2.3.10
org.apache.hive hive-cli 2.3.10
org.apache.hive hive-jdbc 2.3.10
org.apache.hive hive-llap-client 2.3.10
org.apache.hive hive-llap-common 2.3.10
org.apache.hive hive-serde 2.3.10
org.apache.hive hive-shims 2.3.10
org.apache.hive hive-storage-api 2.8.1
org.apache.hive.shims hive-shims-0.23 2.3.10
org.apache.hive.shims hive-shims-common 2.3.10
org.apache.hive.shims hive-shims-scheduler 2.3.10
org.apache.httpcomponents httpclient 4.5.14
org.apache.httpcomponents httpcore 4.4.16
org.apache.ivy ivy 2.5.3
org.apache.logging.log4j log4j-1.2-api 2.25.4
org.apache.logging.log4j log4j-api 2.25.4
org.apache.logging.log4j log4j-core 2.25.4
org.apache.logging.log4j log4j-layout-template-json 2.25.4
org.apache.logging.log4j log4j-slf4j2-impl 2.25.4
org.apache.orc orc-core 2.3.0-shaded-protobuf
org.apache.orc orc-format 1.1.1-shaded-protobuf
org.apache.orc orc-mapreduce 2.3.0-shaded-protobuf
org.apache.orc orc-shims 2.3.0
org.apache.poi poi 5.4.1
org.apache.poi poi-ooxml 5.4.1
org.apache.poi poi-ooxml-full 5.4.1
org.apache.poi poi-ooxml-lite 5.4.1
org.apache.thrift libfb303 0.9.3
org.apache.thrift libthrift 0.16.0
org.apache.ws.xmlschema xmlschema-core 2.3.1
org.apache.xbean xbean-asm9-shaded 4.30
org.apache.xmlbeans xmlbeans 5.3.0
org.apache.yetus audience-annotations 0.13.0
org.apache.zookeeper zookeeper 3.9.5
org.apache.zookeeper zookeeper-jute 3.9.5
org.checkerframework checker-qual 3.43.0
org.codehaus.janino commons-compiler 3.0.16
org.codehaus.janino janino 3.0.16
org.datanucleus datanucleus-api-jdo 4.2.4
org.datanucleus datanucleus-core 4.1.17
org.datanucleus datanucleus-rdbms 4.1.19
org.datanucleus javax.jdo 3.2.0-m3
org.eclipse.jetty jetty-alpn-client 12.1.8
org.eclipse.jetty jetty-client 12.1.8
org.eclipse.jetty jetty-http 12.1.8
org.eclipse.jetty jetty-io 12.1.8
org.eclipse.jetty jetty-jndi 12.1.8
org.eclipse.jetty jetty-plus 12.1.8
org.eclipse.jetty jetty-security 12.1.8
org.eclipse.jetty jetty-server 12.1.8
org.eclipse.jetty jetty-session 12.1.8
org.eclipse.jetty jetty-util 12.1.8
org.eclipse.jetty jetty-xml 12.1.8
org.eclipse.jetty.compression jetty-compression-common 12.1.8
org.eclipse.jetty.compression jetty-compression-gzip 12.1.8
org.eclipse.jetty.compression jetty-compression-server 12.1.8
org.eclipse.jetty.ee jetty-ee-webapp 12.1.8
org.eclipse.jetty.ee10 jetty-ee10-plus 12.1.8
org.eclipse.jetty.ee10 jetty-ee10-proxy 12.1.8
org.eclipse.jetty.ee10 jetty-ee10-servlet 12.1.8
org.eclipse.jetty.ee10 jetty-ee10-servlets 12.1.8
org.eclipse.jetty.ee10 jetty-ee10-webapp 12.1.8
org.fusesource.leveldbjni leveldbjni-all 1.8
org.glassfish.hk2 hk2-api 3.0.6
org.glassfish.hk2 hk2-locator 3.0.6
org.glassfish.hk2 hk2-utils 3.0.6
org.glassfish.hk2 osgi-resource-locator 1.0.3
org.glassfish.hk2.external aopalliance-repackaged 3.0.6
org.glassfish.jersey.containers jersey-container-servlet 3.1.11
org.glassfish.jersey.containers jersey-container-servlet-core 3.1.11
org.glassfish.jersey.core jersey-client 3.1.11
org.glassfish.jersey.core jersey-common 3.1.11
org.glassfish.jersey.core jersey-server 3.1.11
org.glassfish.jersey.inject jersey-hk2 3.1.11
org.hibernate.validator hibernate-validator 6.2.5.Final
org.ini4j ini4j 0.5.4
org.javassist javassist 3.30.2-GA
org.jboss.logging jboss-logging 3.4.1.Final
org.jdbi jdbi 2.63.1
org.jline jline 3.29.0-jdk8
org.joda joda-convert 1.7
org.json4s json4s-ast_2.13 4.0.7
org.json4s json4s-core_2.13 4.0.7
org.json4s json4s-jackson-core_2.13 4.0.7
org.json4s json4s-jackson_2.13 4.0.7
org.json4s json4s-scalap_2.13 4.0.7
org.locationtech.jts jts-core 1.20.0
org.mlflow mlflow-spark_2.13 2.22.1
org.objenesis objenesis 3.5
org.postgresql postgresql 42.7.11
org.roaringbitmap RoaringBitmap 1.6.10
org.rosuda.REngine REngine 2.1.0
org.scala-lang scala-compiler_2.13 2.13.17
org.scala-lang scala-library_2.13 2.13.17
org.scala-lang scala-reflect_2.13 2.13.17
org.scala-lang.modules scala-collection-compat_2.13 2.11.0
org.scala-lang.modules scala-java8-compat_2.13 0.9.1
org.scala-lang.modules scala-parallel-collections_2.13 1.2.0
org.scala-lang.modules scala-parser-combinators_2.13 2.4.0
org.scala-lang.modules scala-xml_2.13 2.4.0
org.scala-sbt test-interface 1.0
org.scalacheck scalacheck_2.13 1.18.0
org.scalactic scalactic_2.13 3.2.19
org.scalanlp breeze-macros_2.13 2.1.0
org.scalanlp breeze_2.13 2.1.0
org.scalatest 与ScalaTest兼容 3.2.19
org.scalatest scalatest-core_2.13 3.2.19
org.scalatest scalatest-diagrams_2.13 3.2.19
org.scalatest scalatest-featurespec_2.13 3.2.19
org.scalatest scalatest-flatspec_2.13 3.2.19
org.scalatest scalatest-freespec_2.13 3.2.19
org.scalatest scalatest-funspec_2.13 3.2.19
org.scalatest scalatest-funsuite_2.13 3.2.19
org.scalatest scalatest-matchers-core_2.13 3.2.19
org.scalatest scalatest-mustmatchers_2.13 3.2.19
org.scalatest scalatest-propspec_2.13 3.2.19
org.scalatest scalatest-refspec_2.13 3.2.19
org.scalatest scalatest-shouldmatchers_2.13 3.2.19
org.scalatest scalatest-wordspec_2.13 3.2.19
org.scalatest scalatest_2.13 3.2.19
org.slf4j jcl-over-slf4j 2.0.16
org.slf4j jul-to-slf4j 2.0.16
org.slf4j slf4j-api 2.0.16
org.slf4j slf4j-simple 1.7.25
org.threeten threeten-extra 1.8.0
org.tukaani xz 1.12
org.typelevel algebra_2.13 2.8.0
org.typelevel cats-kernel_2.13 2.8.0
org.typelevel spire-macros_2.13 0.18.0
org.typelevel spire-platform_2.13 0.18.0
org.typelevel spire-util_2.13 0.18.0
org.typelevel spire_2.13 0.18.0
(org.wildfly.openssl) wildfly-openssl 1.1.3.Final
org.xerial sqlite-jdbc 3.42.0.0
org.xerial.snappy snappy-java 1.1.10.8
org.yaml snakeyaml 2.0
oro oro 2.0.8
pl.edu.icm JLargeArrays 1.5
software.amazon.cryptools AmazonCorrettoCryptoProvider 2.5.0-linux-x86_64
stax stax-api 1.0.1