Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
400 commits
Select commit Hold shift + click to select a range
e70177a
[SPARK-54369][CONNECT][TESTS] Fix `PythonPipelineSuite` flakiness via…
dongjoon-hyun Nov 16, 2025
a54411d
[SPARK-54370][INFRA] Limit the Maven GitHub Action job timeout to 150…
dongjoon-hyun Nov 16, 2025
7cd3f85
[SPARK-54319][SQL] BHJ LeftAnti update numOutputRows wrong when codeg…
AngersZhuuuu Nov 17, 2025
aed0547
[SPARK-54375][CONNECT][TESTS] Add `assume` to cases in `PythonPipelin…
LuciferYang Nov 17, 2025
a49ffde
[SPARK-54376][SDP] Mark most pipeline configuration options as internal
sryza Nov 17, 2025
82f70f3
[SPARK-54344][PYTHON] Kill the worker if flush fails in daemon.py
ueshin Nov 17, 2025
505d5f0
[SPARK-54339][SQL] Fix AttributeMap non-determinism
kelvinjian-db Nov 18, 2025
6e78983
[SPARK-53924][FOLLOWUP][TESTS] Add tests for cached temp view detecti…
gengliangwang Nov 18, 2025
1185db4
[SPARK-54377][SQL] Fix COMMENT ON TABLE IS NULL to properly remove ta…
ganeshas-db Nov 18, 2025
7d93200
[SPARK-52767][SQL] Optimize maxRows and maxRowsPerPartition for join …
zml1206 Nov 18, 2025
9306a76
[SPARK-54387][SQL] Fix recaching of DSv2 tables
aokolnychyi Nov 18, 2025
9bc3e1b
[SPARK-54350][SQL][STS] SparkGetColumnsOperation ORDINAL_POSITION sho…
pan3793 Nov 18, 2025
2965edb
[SPARK-54163][SQL] Scan canonicalization for partitioning and orderin…
yhuang-db Nov 18, 2025
6ee5a16
[SPARK-54349][PYTHON] Refactor code a bit to simplify faulthandler in…
antban Nov 18, 2025
5c47be2
Revert "[SPARK-54349][PYTHON] Refactor code a bit to simplify faultha…
ueshin Nov 18, 2025
8e769b6
[SPARK-54375][CONNECT][TESTS][FOLLOWUP] Make `PythonPipelineSuite` pe…
LuciferYang Nov 19, 2025
2daaa09
[SPARK-54253][GEO][SQL] Add a guarding config for geospatial support
uros-db Nov 19, 2025
343e89b
[SPARK-54030][SQL][FOLLOWUP] Refactor test to use withBasicCatalog fo…
ganeshas-db Nov 19, 2025
29f4d44
[SPARK-54151][GEO][PYTHON][FOLLOWUP] Update examples for ST functions…
uros-db Nov 19, 2025
1b14972
[SPARK-54399][GEO][SQL][PYTHON] Implement the st_setsrid function in …
uros-db Nov 19, 2025
25d5af2
[SPARK-53322][SQL][4.1] Select a KeyGroupedShuffleSpec only when join…
chirag-s-db Nov 19, 2025
f9b2ef8
[SPARK-54416][DOCS] Remove references to Pod Security Policies from K…
Nov 19, 2025
1016663
[SPARK-54426][INFRA] Fix `release-build.sh` to detect `REPO_ID` corre…
dongjoon-hyun Nov 19, 2025
ccdd720
[SPARK-54358][SDP][FOLLOWUP] Add `tableIdentifierToPathString` helper…
sryza Nov 20, 2025
7fcfdf3
[SPARK-54312][CORE] Avoid repeatedly scheduling tasks for SendHeartbe…
ivoson Nov 20, 2025
0c08023
[SPARK-54417][SQL] Fix error message for scalar subquery in IDENTIFIE…
mihailotim-db Nov 20, 2025
defb804
[SPARK-54435][SDP] spark-pipelines init should avoid overwriting exis…
sryza Nov 20, 2025
ed3847a
[SPARK-54436][SQL] Fix error formatting for incompatible table metada…
aokolnychyi Nov 20, 2025
c529925
[SPARK-54418][SDP] Fix error messages and code formatting
jaceklaskowski Nov 20, 2025
7575478
[SPARK-51771][SQL][FOLLOWUP] Rename currentVersion to version in DSv2…
aokolnychyi Nov 20, 2025
8fd8416
[SPARK-54440][SDP] Give default pipeline spec file more idiomatic nam…
sryza Nov 21, 2025
4c77b7c
[SPARK-54324] Add test for client-user-context-extensions
cookiedough77 Nov 21, 2025
f2f550d
[MINOR][PYTHON][TEST] test_install_spark` switch to Spark 3.5.7
pan3793 Nov 21, 2025
8e1034a
[SPARK-54354][SQL] Fix Spark hanging when there's not enough JVM heap…
zhztheplayer Nov 21, 2025
e48cb8c
[SPARK-54448][SQL][DOCS] Fix docs and error message because CREATE TE…
pan3793 Nov 21, 2025
6d7b390
[SPARK-54410][SQL] Fix read support for the variant logical type anno…
harshmotw-db Nov 21, 2025
22816f2
[SPARK-54087][CORE] Spark Executor launch task failed should return t…
AngersZhuuuu Nov 21, 2025
0669bc8
[SPARK-53797][SQL] Fix `FileStreamSource.takeFilesUntilMax` to use `z…
Kimahriman Nov 21, 2025
e32d0e3
[SPARK-54427][SQL] Allow ColumnarRow to call `copy` with variant types
richardc-db Nov 21, 2025
2314096
[SPARK-54439][SQL] KeyGroupedPartitioning and join key size mismatch
peter-toth Nov 21, 2025
296e682
[SPARK-54153][PYTHON][TESTS][FOLLOWUP] Skip `test_perf_profiler_data_…
dongjoon-hyun Nov 21, 2025
eb0bb74
[SPARK-54455][CORE][TESTS] Disable a flaky `unmanaged memory tracking…
dongjoon-hyun Nov 22, 2025
70b07ec
[SPARK-54349][PYTHON] Refactor code a bit to simplify faulthandler in…
antban Nov 18, 2025
50f4adf
[SPARK-54289][SQL] Allow MERGE INTO to preserve existing struct field…
szehon-ho Nov 22, 2025
8c0a10c
[SPARK-54459][SQL][TESTS] Increase `StateStoreSuite.maintenance` test…
dongjoon-hyun Nov 22, 2025
cbf2a42
[SPARK-54460][SQL][TESTS] Mark `StateStoreInstanceMetricSuite` as `Ex…
dongjoon-hyun Nov 22, 2025
36e056e
[SPARK-53635][SQL] Support Scala UDFs with input args of type Seq[Row]
james-willis Nov 22, 2025
9bf0ed1
[SPARK-54363][REPL][TESTS] Access to buffer in SparkShellSuite should…
vrozov Nov 22, 2025
97a5c87
[SPARK-54412][SQL][TESTS] Clean up `v` properly in `identifier-clause…
vrozov Nov 23, 2025
13d62dc
[SPARK-50072][SQL] Handle ArithmeticException in interval parsing wit…
AbinayaJayaprakasam Nov 23, 2025
c60254e
[SPARK-54452] Fix empty response from SparkConnect server for `spark.…
SCHJonathan Nov 23, 2025
2f8dcb8
[SPARK-54469][DSTREAM][TESTS] Fix `StreamingContextSuite.stop slow re…
dongjoon-hyun Nov 23, 2025
6cb85d9
[SPARK-54470][CORE][TESTS] Fix `BlockManagerDecommissionIntegrationSu…
dongjoon-hyun Nov 23, 2025
8c06c6c
[SPARK-54471][INFRA] Remove `build_python_3.11_macos.yml` CI
dongjoon-hyun Nov 23, 2025
0366edb
[SPARK-54022][SQL] Make DSv2 table resolution aware of cached tables
aokolnychyi Nov 23, 2025
8b6a2ff
Removing test jars and class files
dongjoon-hyun Nov 24, 2025
2808b96
Preparing Spark release v4.1.0-rc1
dongjoon-hyun Nov 24, 2025
eb9b09f
Revert "Removing test jars and class files"
dongjoon-hyun Nov 24, 2025
ec34878
Preparing development version 4.1.1-SNAPSHOT
dongjoon-hyun Nov 24, 2025
7fe9f5e
[SPARK-54115][TESTS][FOLLOW-UP] Refine `org.apache.spark.util.UtilsSu…
zhengruifeng Nov 24, 2025
9813870
[SPARK-51765][DOCS][4.1] Document SQL Scripting Syntax
srielau Nov 24, 2025
2836f5a
[SPARK-54289][SQL][FOLLOW-UP] Make Merge Into update assignment by fi…
szehon-ho Nov 24, 2025
f7027f1
[SPARK-54488][BUILD] Fix Connect JVM client leaks `protobuf-java-util…
pan3793 Nov 25, 2025
5b1ce6d
[SPARK-54491][SQL] Fix insert into temp view on DSv2 table failure
manuzhang Nov 25, 2025
0c986b3
[SPARK-54477][CONNECT][PYTHON][TESTS] Mark tests to reeanble for 4.0 …
HyukjinKwon Nov 25, 2025
9618d0b
[SPARK-54130][SQL][FOLLOWUP] Refactor tests to use withEmptyCatalog f…
ganeshas-db Nov 25, 2025
58a4ad9
[SPARK-54444][SQL] Relax DSv2 table checks to restore previous behavior
aokolnychyi Nov 25, 2025
7f11fc5
[SPARK-54500][PYTHON][TESTS] Restore `pythonUDF.arrow.concurrency.lev…
asl3 Nov 25, 2025
9b1967c
[SPARK-54504][SQL] Fix version refresh for DSv2 tables with subqueries
aokolnychyi Nov 25, 2025
4c03da6
[SPARK-54508][PYTHON] Fix `spark-pipelines` to resolve `spec` file pa…
sryza Nov 25, 2025
5f6eaa1
[SPARK-54503][PYTHON][DOCS] Include `pyspark.pipelines` in API reference
sryza Nov 25, 2025
3baf336
[SPARK-54499][SQL][4.1] Re-enable `spark.sql.scripting.enabled` by de…
davidm-db Nov 25, 2025
807a6ef
[SPARK-54482][PYTHON][CONNECT][TESTS] Reeanble `test_apply_in_pandas_…
zhengruifeng Nov 25, 2025
9e4e780
[SPARK-54496][SQL] Fix Merge Into Schema Evolution for Dataframe API
szehon-ho Nov 26, 2025
bc427f7
[SPARK-54517][PYTHON][TESTS] Added utility decorators for Spark Conne…
ueshin Nov 26, 2025
18fdd02
[SPARK-54523][SQL] Fix default resolution during variant pushdown
harshmotw-db Nov 26, 2025
663cb80
[SPARK-54524][BUILD] Fix Connect JDBC driver dependencies
pan3793 Nov 26, 2025
d2f35f5
[SPARK-54520][INFRA] Ignore Missing Packages in CI free_disk_space Step
Yicong-Huang Nov 26, 2025
b3418d6
[SPARK-54517][PYTHON][TESTS][FOLLOWUP] Fix typehints using ellipsis
ueshin Nov 26, 2025
2128df8
[SPARK-54528][CONNECT] Close URLClassLoader eagerly to avoid OOM
cloud-fan Nov 26, 2025
a30d93b
[SPARK-53597][PYTHON][SQL][DOCS] Add `asTable()` and `TableArg` examples
Yicong-Huang Nov 26, 2025
db2d19f
[SPARK-54522][SQL][TEST] Variant test suite fixes for shredding configs
harshmotw-db Nov 28, 2025
681542b
[SPARK-54537][CONNECT] Fix SparkConnectDatabaseMetaData getSchemas/ge…
pan3793 Nov 28, 2025
eefe0ca
[SPARK-54540][CONNECT] Couples of minor fix for Connect JDBC driver
pan3793 Nov 28, 2025
41ad664
[SPARK-53614][PYTHON][TESTS][FOLLOW-UP] Fix the maxBytes config in tests
zhengruifeng Nov 28, 2025
bad3c84
[SPARK-54299][SQL] Fix the wrong example query in `WindowGroupLimit`
huangxiaopingRD Nov 28, 2025
8d5d88d
[SPARK-54462][SQL] Add `SupportsV1OverwriteWithSaveAsTable` mixin for…
Nov 28, 2025
8ee56f1
[SPARK-54505][UI][SHUFFLE] Correct the arguments order of createMetri…
jiwen624 Nov 28, 2025
d50e9b7
[SPARK-54454][SQL] Enable variant shredding and variant logical type …
harshmotw-db Nov 28, 2025
e00cd4e
[SPARK-54206][CONNECT][FOLLOWUP] Use VARBINARY type and reasonable ma…
vinodkc Nov 28, 2025
b572b7c
[SPARK-54550][CONNECT] Handle `ConnectException` gracefully in `Spark…
vinodkc Nov 29, 2025
ee7a17c
[SPARK-54552][CONNECT] Fix `SparkConnectResultSet.getString` to handl…
vinodkc Nov 29, 2025
8da592d
[SPARK-44639][SS][YARN] Use Java tmp dir for local RocksDB state stor…
Kimahriman Nov 29, 2025
e3ae7a0
[SPARK-54551][CONNECT][TESTS] Fix random hangs in SparkConnectJdbcDat…
vinodkc Nov 29, 2025
529adf3
[SPARK-54525][SQL] Disable nested struct coercion in MERGE INTO under…
szehon-ho Nov 29, 2025
fe71d95
[SPARK-54424][SQL] Failures during recaching must not fail operations
aokolnychyi Nov 30, 2025
3ee829d
Removing test jars and class files
dongjoon-hyun Nov 30, 2025
560c52d
Preparing Spark release v4.1.0-rc2
dongjoon-hyun Nov 30, 2025
6e12f67
Revert "Removing test jars and class files"
dongjoon-hyun Nov 30, 2025
8519a1f
Preparing development version 4.1.1-SNAPSHOT
dongjoon-hyun Nov 30, 2025
54e4b83
[SPARK-54478][SPARK-54479][SPARK-54480][SPARK-54484] Re-enable stream…
HeartSaVioR Dec 1, 2025
2e4dedf
[SPARK-54481][SPARK-54495][SPARK-54483][TESTS][PYTHON][CONNECT] Reena…
xianzhe-databricks Dec 1, 2025
3c8e04d
[SPARK-54558][SQL] Fix Internal Exception when Exception Handlers wit…
miland-db Dec 2, 2025
ddc020a
[SPARK-54533][UI] Set metric ExecutorSource.METRIC_RESULT_SIZE with c…
jiwen624 Dec 2, 2025
b21fb41
[SPARK-54565][CORE] SparkBuildInfo should load `spark-version-info.pr…
pan3793 Dec 3, 2025
68d6fa1
[SPARK-54551][CONNECT][TESTS][FOLLOWUP] Redirect Test Spark connect s…
vinodkc Dec 3, 2025
c69d157
[SPARK-54536][CORE] Shuffle FetchWaitTime missing collect create clie…
AngersZhuuuu Dec 3, 2025
27f363e
Revert "[SPARK-54310][SQL] Add `numSourceRows` metric for `MergeIntoE…
asl3 Dec 4, 2025
3ae7142
[SPARK-54592][ML][4.1] Make `estimatedSize` private
zhengruifeng Dec 4, 2025
dc0a14e
[SPARK-54594][UI] Skip duplicated edges starting from subqueries in p…
yaooqinn Dec 4, 2025
7012a92
[SPARK-54578][SQL] Perform Code Cleanup on `AssignmentUtils`
LuciferYang Dec 4, 2025
069f1c9
[SPARK-54573][SQL][TESTS] Add test for CONSTRAINTS in case of source …
szehon-ho Dec 4, 2025
9f3df27
[SPARK-54253][GEO][CONNECT][FOLLOWUP] Enforce geospatial support conf…
uros-db Dec 4, 2025
41cac93
[SPARK-54600][PYTHON][ML] Don't use pickle to save/load models in `py…
zhengruifeng Dec 5, 2025
cbbe7d4
[SPARK-54602][BUILD] Update `NOTICE-binary` with `Netty` `4.2.7.Final…
dongjoon-hyun Dec 5, 2025
02ae154
[SPARK-52334][CORE][K8S] update all files, jars, and pyFiles to refer…
TongWei1105 Dec 5, 2025
9d0445d
[SPARK-54606][DOCS] Fix `spark.eventLog.rolling.enabled` deafult value
pan3793 Dec 5, 2025
edb2ac7
[SPARK-51165][DOCS][FOLLOWUP] Fix typo in migration guide
pan3793 Dec 5, 2025
16a3f6c
[SPARK-54595][SQL] Keep existing behavior of MERGE INTO without SCHEM…
szehon-ho Dec 6, 2025
8476f56
[SPARK-54616][SQL][4.1] Mark `SupportsPushDownVariants` as `Experimen…
dongjoon-hyun Dec 6, 2025
22e5d88
Revert "[SPARK-54595][SQL] Keep existing behavior of MERGE INTO witho…
dongjoon-hyun Dec 6, 2025
18dbd67
[SPARK-54624][UI] Ensure user name in historypage get escaped
sarutak Dec 6, 2025
4274a25
[SPARK-54625][SQL] UTF8String#reverse should check offset and length …
sarutak Dec 6, 2025
a2178af
[SPARK-54620][SQL] Add safety check in ObservationManager to avoid Ob…
viirya Dec 6, 2025
430d1c4
[SPARK-54580][SQL] Consider Hive 4.1 in HiveVersionSuite and HiveClie…
sarutak Dec 6, 2025
050c3a7
[SPARK-54068][PYTHON] Fix `to_feather` to support PyArrow 22.0.0
ashrithb Dec 8, 2025
24df26b
[SPARK-54087][CORE][FOLLOWUP] Spark Executor launch task failed retur…
AngersZhuuuu Dec 8, 2025
2a0553f
[SPARK-54638][SQL][TEST] Reuse statement instances if possible in `Sp…
cloud-fan Dec 8, 2025
46fcb05
[SPARK-54595][SQL] Keep existing behavior of MERGE INTO without SCHEM…
szehon-ho Dec 8, 2025
a1f8ea4
[SPARK-54636][BUILD][YARN] Correctly relocate Netty native libs for Y…
pan3793 Dec 9, 2025
7d1bd03
[SPARK-54637][CONNECT][TESTS] Add SQL API test helpers to SparkConnec…
Dec 9, 2025
374d508
[MINOR][DOCS] Fix a typo in `spark-standalone.md`
kepler62f Dec 10, 2025
c27faeb
[SPARK-53998][TESTS] Add addition E2E tests for RTM
jerrypeng Dec 10, 2025
9dcf671
[SPARK-54340][PYTHON][FOLLOW-UP] Add link and examples for `run-with-…
zhengruifeng Dec 10, 2025
1047320
[SPARK-54656][SQL] Refactor SupportsPushDownVariants to be a ScanBuil…
viirya Dec 10, 2025
e3b4066
[SPARK-54679][SQL] Rename `spark.sql.(xml.legacyXMLParser.enabled -> …
dongjoon-hyun Dec 11, 2025
c7ad2bf
[SPARK-53482][SQL][FOLLOWUP] Rename `spark.sql.merge(.nested.type.coe…
dongjoon-hyun Dec 11, 2025
ebe1fcc
[SPARK-52837][PYTHON][FOLLOWUP] Add `versionadded` to `TimeType` doc
dongjoon-hyun Dec 11, 2025
ed92a5c
[SPARK-54609][SQL] Disable TIME type by default
davidm-db Dec 11, 2025
33ceb0d
Removing test jars and class files
dongjoon-hyun Dec 11, 2025
e221b56
Preparing Spark release v4.1.0-rc3
dongjoon-hyun Dec 11, 2025
a96cf99
Revert "Removing test jars and class files"
dongjoon-hyun Dec 11, 2025
c823c4a
Preparing development version 4.1.1-SNAPSHOT
dongjoon-hyun Dec 11, 2025
b29c822
[SPARK-54695][TEST][CORE] StandaloneDynamicAllocationSuite.syncExecut…
Ngone51 Dec 15, 2025
f8e390b
[SPARK-7008][SDP][ML] Make `org.apache.spark.sql.pipelines` internal …
zhengruifeng Dec 15, 2025
6327add
[SPARK-54683][SQL] Unify geo and time types blocking
cloud-fan Dec 15, 2025
13b89ba
[SPARK-54692][DOCS] Add python_worker_logs tvf doc to API reference
ueshin Dec 15, 2025
4d3cd05
[SPARK-53991][SQL][FOLLOWUP] Enforce KLL_SKETCH_AGG_GET_RANK/QUANTILE…
dtenedor Dec 15, 2025
7426d82
[SPARK-54686][SQL] Relax DSv2 table checks in temp views to allow new…
aokolnychyi Dec 15, 2025
37ec5c4
[SPARK-54696][CONNECT] Clean-up ArrowBuffers in Connect
hvanhovell Dec 15, 2025
9e0a14b
[SPARK-53991][SQL][FOLLOWUP] Remove wrong comments added in PR #53463
dtenedor Dec 15, 2025
fea8362
[SPARK-54728][PYTHON][DOCS] Remove a wrong note in `dataframe.isEmpty`
zhengruifeng Dec 17, 2025
0125dc4
[SPARK-52819][SQL] Making KryoSerializationCodec serializable to fix …
Kontinuation Dec 17, 2025
9040932
[SPARK-54730][SQL][CONNECT] Delay failure of dataframe column resolution
zhengruifeng Dec 18, 2025
a14a944
[SPARK-54746][DOC] Fix wrong link in SQL Scripting page
pan3793 Dec 18, 2025
aedd42b
[SPARK-54621][SQL] Merge Into Update Set * preserve nested fields if …
szehon-ho Dec 18, 2025
819a8cc
[SPARK-46741][SQL] Cache Table with CTE won't work
AngersZhuuuu Dec 18, 2025
1d6665a
[SPARK-54749][SQL] Fix incorrect numOutputRows metric in OneRowRelati…
cfmcgrady Dec 18, 2025
69aa912
[SPARK-54652][SQL] Complete conversion of IDENTIFIER()
aleksandr-chernousov-db Dec 19, 2025
41127db
[SPARK-54696][CONNECT] Clean-up Arrow Buffers - follow-up
hvanhovell Dec 19, 2025
1a65122
[SPARK-54556][CORE] Rollback succeeding shuffle map stages when shuff…
ivoson Dec 19, 2025
9443122
[SPARK-54750][SQL] Fix ROUND returning NULL for Decimal values with l…
qindongliang Dec 19, 2025
89cdd63
[SPARK-54761][SQL] Throw unsupportedTableOperation for constraint ope…
yhuang-db Dec 19, 2025
bdc850f
[SPARK-54745][PYTHON] Fix PySpark import error caused by missing Unix…
Kontinuation Dec 21, 2025
c767979
[SPARK-54782][SQL] Correct the config versions
zhengruifeng Dec 21, 2025
8f544a5
[SPARK-54794][CORE] Suppress verbose `FsHistoryProvider.checkForLogs`…
dongjoon-hyun Dec 22, 2025
af42e1b
[SPARK-53991][SQL][TEST][FOLLOWUP] Make KLL quantile golden file test…
dtenedor Dec 22, 2025
8352e3a
[SPARK-52407][SQL][FOLLOWUP] Expression description fix for ThetaInte…
Dec 22, 2025
d1b7386
[SPARK-54800] Changed default implementation for isObjectNotFoundExce…
Dec 22, 2025
3eed713
[SPARK-54801][SQL] Mark a few new 4.1 configs as internal
cloud-fan Dec 23, 2025
3e4b1ce
[SPARK-46741][SQL] Cache Table with CTE should work when CTE in plan …
AngersZhuuuu Dec 23, 2025
02f34a3
[SPARK-54815][CONNECT] Do not close the class loader of the session s…
cloud-fan Dec 23, 2025
51042d6
[SPARK-54760][SQL] DelegatingCatalogExtension as session catalog supp…
pan3793 Dec 23, 2025
eec9f8f
[SPARK-54820][PYTHON][4.0][4.1] Make pandas_on_spark_type compatible …
zhengruifeng Dec 25, 2025
6d7ff76
[SPARK-54843][SQL] Try_to_number expression not working for empty str…
stefankandic Dec 26, 2025
fb13ecd
[SPARK-54847][BUILD] unify the proto/antlr output folder between sbt …
cloud-fan Dec 27, 2025
cb76c66
[SPARK-54851][BUILD] Support generating bloop files via sbt
cloud-fan Dec 27, 2025
482b03c
Revert "[SPARK-54760][SQL] DelegatingCatalogExtension as session cata…
cloud-fan Dec 27, 2025
0a0b47e
[SPARK-54837][DOCS] Document all built-in JDBC datasource providers
pan3793 Dec 29, 2025
1cc2478
[SPARK-54850][SQL] Improve `extractShuffleIds` to find `AdaptiveSpark…
baibaichen Dec 29, 2025
554af03
Removing test jars and class files
HyukjinKwon Dec 30, 2025
6392161
Preparing Spark release v4.1.1-rc1
HyukjinKwon Dec 30, 2025
4a628d8
Revert "Removing test jars and class files"
HyukjinKwon Dec 30, 2025
bfc94ab
Preparing development version 4.1.2-SNAPSHOT
HyukjinKwon Dec 30, 2025
6d1113b
[SPARK-54753][SQL][4.1] Fix memory leak of ArtifactManager
Jan 2, 2026
3ba5a6a
Removing test jars and class files
HyukjinKwon Jan 2, 2026
f85e407
Preparing Spark release v4.1.1-rc2
HyukjinKwon Jan 2, 2026
e7001a0
Revert "Removing test jars and class files"
HyukjinKwon Jan 2, 2026
31ecc10
Preparing development version 4.1.2-SNAPSHOT
HyukjinKwon Jan 2, 2026
be0aa70
Removing test jars and class files
HyukjinKwon Jan 2, 2026
c0690c7
Preparing Spark release v4.1.1-rc2
HyukjinKwon Jan 2, 2026
3e563a4
Revert "Removing test jars and class files"
HyukjinKwon Jan 2, 2026
b300b17
Preparing development version 4.1.2-SNAPSHOT
HyukjinKwon Jan 2, 2026
75f64af
[SPARK-54886] Add base session created in SparkConnectService
garlandz-db Jan 5, 2026
8e38497
[SPARK-49872][FOLLOWUP] Remove Jackson JSON string length limit in KV…
rednaxelafx Jan 7, 2026
2dd0547
[SPARK-54852][SQL] `NOT IN` subquery returns incorrect results with a…
ilicmarkodb Jan 7, 2026
8f9b210
[SPARK-53991][SQL][TEST][FOLLOW-UP] Improve KLL quantile errors by re…
dtenedor Jan 7, 2026
787f3fd
[SPARK-54982][INFRA] Use ASF_NEXUS_TOKEN to release and drop staging …
HyukjinKwon Jan 9, 2026
ede112e
[SPARK-54610][SDP][DOCS] Improve SDP Programming Guide
jaceklaskowski Jan 4, 2026
fceed47
[SPARK-55005][SQL] Fix CONTINUE HANDLER to continue loop execution af…
miland-db Jan 12, 2026
4fa0bdc
[SPARK-54979][BUILD] Upgrade ORC to 2.2.2
dongjoon-hyun Jan 12, 2026
a39c1b8
[SPARK-54785][SQL] Add support for binary sketch aggregations in KLL
Jan 12, 2026
48fee2e
[SPARK-54886] Lazily create Spark Connect reuse session
garlandz-db Jan 15, 2026
86c6548
[SPARK-55015][SS][SQL] Fix decodeRemainingKey numFields calculation i…
ericm-db Jan 16, 2026
1448923
[SPARK-43986][SQL][FOLLOWUP] Catch ArrayIndexOutOfBoundsException in …
dtenedor Jan 16, 2026
d56f025
[SPARK-55070][SQL][CONNECT] Allow hidden column in dataframe column r…
zhengruifeng Jan 19, 2026
ad9766e
[SPARK-55033][SQL] Fix stringArgs of DSv2 writing commands
pan3793 Jan 19, 2026
e5927d8
[SPARK-55096][PYTHON] Update pandas minimum version in `connect/setup…
zhengruifeng Jan 20, 2026
7b7a954
[SPARK-55097][SQL] Fix re-adding cached artifacts drops blocks silent…
pranavdev022 Jan 20, 2026
5dfa493
[SPARK-55071][CONNECT][PYTHON] Make spark.addArtifact work with Windo…
khakhlyuk Jan 20, 2026
05166b2
[SPARK-55098][PYTHON] Vectorized UDFs with output batch size control …
zhengruifeng Jan 20, 2026
d8a11bc
[SPARK-55103][CORE][TESTS] Fix a flaky test in `RpcIntegrationSuite`
sarutak Jan 21, 2026
1db5ebe
[SPARK-55128][INFRA] Restore SQL tests by pin 'pandas==2.3.3'
zhengruifeng Jan 22, 2026
149e155
[SPARK-55128][INFRA][FOLLOWUP] Restore SQL tests by pin 'pandas==2.3.…
LuciferYang Jan 23, 2026
5ad9120
[SPARK-55115][INFRA][4.1] Use composable Dockerfile for release builds
cloud-fan Jan 23, 2026
409e1fd
[SPARK-55134] Fix `BasicExecutorFeatureStep` to throw `IllegalArgumen…
dongjoon-hyun Jan 24, 2026
f314f16
[SPARK-48455][DOCS][MINOR] Remove unused DECLARE statement from IF st…
miland-db Jan 27, 2026
cd4a6dc
[SPARK-55223][DOCS] Document sinks in declarative pipelines programmi…
sryza Jan 27, 2026
a2fa28d
[SPARK-55119][SQL] Fix Continue Handler: prevent INTERNAL_ERROR and i…
miland-db Jan 28, 2026
72e892d
[SPARK-55133][CONNECT] Fix race condition in IsolatedSessionState lif…
cloud-fan Jan 30, 2026
20974ce
[SPARK-55290][NETWORK][TESTS] Fix testReloadMissingTrustStore cross-d…
efaracci018 Jan 31, 2026
e3de869
[SPARK-54812][SQL][4.1] Make executable commands not execute on resul…
szehon-ho Feb 3, 2026
0b8a641
[SPARK-55258][DOCS] Document CLI parameters in declarative pipelines …
sryza Feb 3, 2026
bc3559d
[SPARK-55387][CORE][UI] Fix DAG visualization not rendering due to ma…
yaooqinn Feb 7, 2026
10b405d
[SPARK-55423][INFRA] Set `strategy.max-parrallel` to 20 for all GitHu…
dongjoon-hyun Feb 8, 2026
a579c87
[SPARK-55337][SS] Fix MemoryStream backward compatibility
cloud-fan Feb 8, 2026
3b797bc
[SPARK-55434][INFRA] Add username and password at svn with rm at fina…
HyukjinKwon Feb 9, 2026
d4d0346
[SPARK-55411][SQL][4.1] SPJ may throw ArrayIndexOutOfBoundsException …
pan3793 Feb 11, 2026
74d2f0d
[SPARK-52407][SQL][FOLLOW-UP] Remove Theta Sketch aggregation buffer …
Feb 11, 2026
ea11e50
[SPARK-55495][CORE] Fix `EventLogFileWriters.closeWriter` to handle `…
dongjoon-hyun Feb 12, 2026
68cdbfe
[SPARK-55497][BUILD][TESTS] Use `jupyterTestFramework` instead of `Te…
sarutak Feb 13, 2026
4b884f2
[SPARK-55552][SQL] Add VariantType support to ColumnarBatchRow.copy()…
tugce-applied Feb 17, 2026
21ff645
[SPARK-55599][BUILD] Replaces dots to hyphens in release announcement…
HyukjinKwon Feb 18, 2026
e9a141b
[SPARK-55416][SS][PYTHON][4.1] Streaming Python Data Source memory le…
vinodkc Feb 19, 2026
52f7dd7
[SPARK-55302][SQL][4.1] Fix custom metrics in case of `KeyGroupedPart…
peter-toth Feb 20, 2026
b119334
[SPARK-55619][SQL][4.1] Fix custom metrics in case of coalesced parti…
viirya Feb 22, 2026
27b7268
[SPARK-55637][SQL][TESTS] Generalize `postgres-krb-setup.sh` to find …
dongjoon-hyun Feb 23, 2026
bc1bbe6
[SPARK-55525][PYTHON] Fix UDTF_ARROW_TYPE_CONVERSION_ERROR with undef…
allisonwang-db Feb 23, 2026
757cc18
[SPARK-51834][SQL][FOLLOW-UP][4.1] Add missing `.withConstraints()` i…
yyanyy Feb 23, 2026
91ed668
[SPARK-55647][SQL] Fix `ConstantPropagation` incorrectly replacing at…
ilicmarkodb Feb 24, 2026
43866aa
[SPARK-55688][BUILD] Upgrade `aircompressor` to 2.0.3
dongjoon-hyun Feb 25, 2026
4b1e6b2
Revert "[SPARK-55525][PYTHON] Fix UDTF_ARROW_TYPE_CONVERSION_ERROR wi…
dongjoon-hyun Feb 25, 2026
23e272b
[SPARK-55694][SQL] Block constraints in CTAS/RTAS at parser level
yyanyy Feb 25, 2026
e31ed5d
[SPARK-51695][SQL][DOCS][FOLLOW-UP] Clarify NULL handling semantics i…
yyanyy Feb 26, 2026
fdbcc17
[SPARK-55692][SQL] Fix `SupportsRuntimeFiltering` and `SupportsRuntim…
peter-toth Feb 26, 2026
a747590
[SPARK-55746][SQL][TESTS] Fix unable to load custom metric object Sup…
pan3793 Feb 27, 2026
6073eb7
[SPARK-55747][SQL] Fix NPE when accessing elements from an array that…
cloud-fan Mar 1, 2026
a54fff2
[SPARK-55802][SQL] Fix integer overflow when computing Arrow batch bytes
viirya Mar 4, 2026
e7aee3a
[SPARK-55893][EXAMPLES] Fix `SparkDataFramePi` to match with `SparkPi`
dongjoon-hyun Mar 9, 2026
852c60a
[SPARK-55848][SQL][4.1] Fix incorrect dedup results with SPJ partial …
naveenp2708 Mar 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 20
matrix:
split: ${{fromJSON(needs.matrix-gen.outputs.matrix)}}
env:
Expand Down
15 changes: 11 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ on:
description: Branch to run the build against
required: false
type: string
# Change 'master' to 'branch-4.0' in branch-4.0 branch after cutting it.
default: master
default: branch-4.1
hadoop:
description: Hadoop version to run with. HADOOP_PROFILE environment variable should accept it.
required: false
Expand Down Expand Up @@ -232,6 +231,7 @@ jobs:
timeout-minutes: 120
strategy:
fail-fast: false
max-parallel: 20
matrix:
java:
- ${{ inputs.java }}
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
- name: Install Python packages (Python 3.11)
if: (contains(matrix.modules, 'sql') && !contains(matrix.modules, 'sql-')) || contains(matrix.modules, 'connect') || contains(matrix.modules, 'yarn')
run: |
python3.11 -m pip install 'numpy>=1.22' pyarrow pandas pyyaml scipy unittest-xml-reporting 'lxml==4.9.4' 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==5.29.5'
python3.11 -m pip install 'numpy>=1.22' pyarrow 'pandas==2.3.3' pyyaml scipy unittest-xml-reporting 'lxml==4.9.4' 'grpcio==1.76.0' 'grpcio-status==1.76.0' 'protobuf==6.33.0' 'zstandard==0.25.0'
python3.11 -m pip list
# Run the tests.
- name: Run tests
Expand Down Expand Up @@ -504,6 +504,7 @@ jobs:
image: ${{ needs.precondition.outputs.image_pyspark_url_link }}
strategy:
fail-fast: false
max-parallel: 20
matrix:
java:
- ${{ inputs.java }}
Expand Down Expand Up @@ -548,6 +549,7 @@ jobs:
HIVE_PROFILE: hive2.3
GITHUB_PREV_SHA: ${{ github.event.before }}
SPARK_LOCAL_IP: localhost
NOLINT_ON_COMPILE: true
SKIP_UNIDOC: true
SKIP_MIMA: true
SKIP_PACKAGING: true
Expand Down Expand Up @@ -766,7 +768,7 @@ jobs:
python-version: '3.11'
- name: Install dependencies for Python CodeGen check
run: |
python3.11 -m pip install 'black==23.12.1' 'protobuf==5.29.5' 'mypy==1.8.0' 'mypy-protobuf==3.3.0'
python3.11 -m pip install 'black==23.12.1' 'protobuf==6.33.0' 'mypy==1.8.0' 'mypy-protobuf==3.3.0'
python3.11 -m pip list
- name: Python CodeGen check for branch-3.5
if: inputs.branch == 'branch-3.5'
Expand Down Expand Up @@ -1314,6 +1316,11 @@ jobs:
key: k8s-integration-coursier-${{ hashFiles('**/pom.xml', '**/plugins.sbt') }}
restore-keys: |
k8s-integration-coursier-
- name: Free up disk space
run: |
if [ -f ./dev/free_disk_space ]; then
./dev/free_disk_space
fi
- name: Install Java ${{ inputs.java }}
uses: actions/setup-java@v4
with:
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/build_python_3.11_macos.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build_python_connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
python packaging/client/setup.py sdist
cd dist
pip install pyspark*client-*.tar.gz
pip install 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==5.29.5' 'googleapis-common-protos==1.65.0' 'graphviz==0.20.3' 'six==1.16.0' 'pandas==2.3.2' scipy 'plotly<6.0.0' 'mlflow>=2.8.1' coverage matplotlib openpyxl 'memory-profiler>=0.61.0' 'scikit-learn>=1.3.2' 'graphviz==0.20.3' 'torch<2.6.0' torchvision torcheval deepspeed unittest-xml-reporting
pip install 'grpcio==1.76.0' 'grpcio-status==1.76.0' 'protobuf==6.33.0' 'googleapis-common-protos==1.71.0' 'graphviz==0.20.3' 'six==1.16.0' 'pandas==2.3.3' scipy 'plotly<6.0.0' 'mlflow>=2.8.1' coverage matplotlib openpyxl 'memory-profiler>=0.61.0' 'scikit-learn>=1.3.2' 'graphviz==0.20.3' 'torch<2.6.0' torchvision torcheval deepspeed unittest-xml-reporting
- name: List Python packages
run: python -m pip list
- name: Run tests (local)
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/maven_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:
build:
name: "Build modules using Maven: ${{ matrix.modules }} ${{ matrix.comment }}"
runs-on: ${{ inputs.os }}
timeout-minutes: 150
strategy:
fail-fast: false
max-parallel: 20
matrix:
java:
- ${{ inputs.java }}
Expand Down Expand Up @@ -175,7 +177,7 @@ jobs:
- name: Install Python packages (Python 3.11)
if: contains(matrix.modules, 'resource-managers#yarn') || (contains(matrix.modules, 'sql#core')) || contains(matrix.modules, 'connect')
run: |
python3.11 -m pip install 'numpy>=1.22' pyarrow pandas pyyaml scipy unittest-xml-reporting 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==5.29.5'
python3.11 -m pip install 'numpy>=1.22' pyarrow 'pandas==2.3.3' pyyaml scipy unittest-xml-reporting 'grpcio==1.76.0' 'grpcio-status==1.76.0' 'protobuf==6.33.0' 'zstandard==0.25.0'
python3.11 -m pip list
# Run the tests using script command.
# BSD's script command doesn't support -c option, and the usage is different from Linux's one.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Install Python dependencies
run: |
pip install 'sphinx==4.5.0' mkdocs 'pydata_sphinx_theme>=0.13' sphinx-copybutton nbsphinx numpydoc jinja2 markupsafe 'pyzmq<24.0.0' \
ipython ipython_genutils sphinx_plotly_directive 'numpy>=1.22' pyarrow 'pandas==2.3.2' 'plotly>=4.8' 'docutils<0.18.0' \
ipython ipython_genutils sphinx_plotly_directive 'numpy>=1.22' pyarrow 'pandas==2.3.3' 'plotly>=4.8' 'docutils<0.18.0' \
'flake8==3.9.0' 'mypy==1.8.0' 'pytest==7.1.3' 'pytest-mypy-plugins==1.9.3' 'black==23.12.1' \
'pandas-stubs==1.2.0.53' 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==5.29.5' 'grpc-stubs==1.24.11' 'googleapis-common-protos-stubs==2.2.0' \
'pandas-stubs==1.2.0.53' 'grpcio==1.76.0' 'grpcio-status==1.76.0' 'protobuf==6.33.0' 'grpc-stubs==1.24.11' 'googleapis-common-protos-stubs==2.2.0' \
'sphinxcontrib-applehelp==1.0.4' 'sphinxcontrib-devhelp==1.0.2' 'sphinxcontrib-htmlhelp==2.0.1' 'sphinxcontrib-qthelp==1.0.3' 'sphinxcontrib-serializinghtml==1.1.5'
- name: Install Ruby for documentation generation
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 20
matrix:
# keep in sync with default value of workflow_dispatch input 'branch'
branch: ${{ fromJSON( inputs.branch || '["master", "branch-4.0", "branch-3.5"]' ) }}
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
env:
ASF_USERNAME: ${{ secrets.NEXUS_USER }}
ASF_PASSWORD: ${{ secrets.NEXUS_PW }}
ASF_NEXUS_TOKEN: ${{ secrets.NEXUS_TOKEN }}
GPG_KEY: "not_used"
GPG_PASSPHRASE: "not_used"
GIT_REF: ${{ matrix.branch }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/python_hosted_runner_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
timeout-minutes: 120
strategy:
fail-fast: false
max-parallel: 20
matrix:
java:
- ${{ inputs.java }}
Expand Down Expand Up @@ -147,8 +148,8 @@ jobs:
run: |
python${{matrix.python}} -m pip install --ignore-installed 'blinker>=1.6.2'
python${{matrix.python}} -m pip install --ignore-installed 'six==1.16.0'
python${{matrix.python}} -m pip install numpy 'pyarrow>=21.0.0' 'six==1.16.0' 'pandas==2.3.2' scipy 'plotly<6.0.0' 'mlflow>=2.8.1' coverage matplotlib openpyxl 'memory-profiler>=0.61.0' 'scikit-learn>=1.3.2' unittest-xml-reporting && \
python${{matrix.python}} -m pip install 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==5.29.5' 'googleapis-common-protos==1.65.0' 'graphviz==0.20.3' && \
python${{matrix.python}} -m pip install numpy 'pyarrow>=22.0.0' 'six==1.16.0' 'pandas==2.3.3' scipy 'plotly<6.0.0' 'mlflow>=2.8.1' coverage matplotlib openpyxl 'memory-profiler>=0.61.0' 'scikit-learn>=1.3.2' unittest-xml-reporting && \
python${{matrix.python}} -m pip install 'grpcio==1.76.0' 'grpcio-status==1.76.0' 'protobuf==6.33.0' 'googleapis-common-protos==1.71.0' 'zstandard==0.25.0' 'graphviz==0.20.3' && \
python${{matrix.python}} -m pip cache purge
- name: List Python packages
run: python${{matrix.python}} -m pip list
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
# - ASF_PASSWORD:
# The password associated with your ASF account.
#
# - ASF_NEXUS_TOKEN:
# ASF Nexus API token associated with your ASF account.
# Can be found in https://repository.apache.org/#profile;User%20Token
#
# - GPG_PRIVATE_KEY:
# Your GPG private key, exported using:
# gpg --armor --export-secret-keys ABCD1234 > private.key
Expand Down Expand Up @@ -128,6 +132,7 @@ jobs:
GIT_NAME: "${{ github.actor }}"
ASF_USERNAME: "${{ secrets.ASF_USERNAME }}"
ASF_PASSWORD: "${{ secrets.ASF_PASSWORD }}"
ASF_NEXUS_TOKEN: "${{ secrets.ASF_NEXUS_TOKEN }}"
GPG_PRIVATE_KEY: "${{ secrets.GPG_PRIVATE_KEY }}"
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
Expand Down Expand Up @@ -163,14 +168,15 @@ jobs:
GPG_PRIVATE_KEY="not_used"
GPG_PASSPHRASE="not_used"
ASF_USERNAME="gurwls223"
ASF_NEXUS_TOKEN="not_used"
export SKIP_TAG=1
unset RELEASE_VERSION
else
echo "Full release mode enabled"
export DRYRUN_MODE=0
fi

export ASF_PASSWORD GPG_PRIVATE_KEY GPG_PASSPHRASE ASF_USERNAME
export ASF_PASSWORD GPG_PRIVATE_KEY GPG_PASSPHRASE ASF_USERNAME ASF_NEXUS_TOKEN
export GIT_BRANCH="${GIT_BRANCH:-master}"
[ -n "$RELEASE_VERSION" ] && export RELEASE_VERSION

Expand Down Expand Up @@ -239,7 +245,7 @@ jobs:
# Redact sensitive information in log files
shopt -s globstar nullglob
FILES=("$RELEASE_DIR/docker-build.log" "$OUTPUT_DIR/"*.log)
PATTERNS=("$ASF_USERNAME" "$ASF_PASSWORD" "$GPG_PRIVATE_KEY" "$GPG_PASSPHRASE" "$PYPI_API_TOKEN")
PATTERNS=("$ASF_USERNAME" "$ASF_PASSWORD" "$GPG_PRIVATE_KEY" "$GPG_PASSPHRASE" "$PYPI_API_TOKEN" "$ASF_NEXUS_TOKEN")
for file in "${FILES[@]}"; do
[ -f "$file" ] || continue
cp "$file" "$file.bak"
Expand Down
20 changes: 20 additions & 0 deletions .sbtopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

-J-Xmx8g
-J-Xms8g
-J-XX:MaxMetaspaceSize=1g
3 changes: 0 additions & 3 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,8 @@ com.github.joshelser:dropwizard-metrics-hadoop-metrics2-reporter
com.google.code.findbugs:jsr305
com.google.code.gson:gson
com.google.crypto.tink:tink
com.google.errorprone:error_prone_annotations
com.google.flatbuffers:flatbuffers-java
com.google.guava:guava
com.google.j2objc:j2objc-annotations
com.jamesmurty.utils:java-xmlbuilder
com.ning:compress-lzf
com.squareup.okhttp3:logging-interceptor
Expand Down Expand Up @@ -478,7 +476,6 @@ dev.ludovic.netlib:blas
dev.ludovic.netlib:arpack
dev.ludovic.netlib:lapack
net.razorvine:pickle
org.checkerframework:checker-qual
org.typelevel:algebra_2.13:jar
org.typelevel:cats-kernel_2.13
org.typelevel:spire_2.13
Expand Down
Loading