commits
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/03/19
(spark) branch master updated: [SPARK-56020][SQL] Improve `GroupPartitions` Spark UI
ptoth
2026/03/18
(spark) branch master updated: [SPARK-55059][PYTHON] Remove empty table workaround in toPandas
gurwls223
2026/03/18
(spark) branch master updated (ff99062dd704 -> 6debd477300f)
gurwls223
2026/03/18
(spark) branch master updated: [SPARK-56056][PYTHON] Support simpler worker profiling with viztracer
ruifengz
2026/03/18
(spark-connect-swift) branch main updated: [SPARK-56072] Use `Decimal` constructor instead of `pow`
dongjoon
2026/03/18
(spark-connect-swift) branch main updated: [SPARK-56071] Avoid `ObjCBool` usage
dongjoon
2026/03/18
(spark) branch master updated: [SPARK-56049][UI] Add search/filter for metrics in SQL plan viz side panel
dongjoon
2026/03/18
(spark) branch master updated: [SPARK-56060][PS] Handle pandas 3 null string conversion in describe() for empty timestamp frames
gurwls223
2026/03/18
(spark) branch master updated: [SPARK-55577][PYTHON] Refactor SQL_SCALAR_ARROW_ITER_UDF wrapper, mapper, and serializer logic
ruifengz
2026/03/18
(spark) branch master updated: [SPARK-56062][PYTHON] Isolate memory_profiler to improve import time
gurwls223
2026/03/18
(spark) branch master updated: [SPARK-56023][SS] Better load balance in LowLatencyMemoryStream
kabhwan
2026/03/18
(spark-connect-swift) branch main updated: [SPARK-56070] Avoid `NSString.expandingTildeInPath` usage
dongjoon
2026/03/18
(spark-connect-swift) branch main updated: [SPARK-56069] Use `FileManager.default.temporaryDirectory` instead of `NSTemporaryDirectory`
dongjoon
2026/03/18
(spark-connect-swift) branch main updated: [SPARK-56068] Use `Date.FormatStyle` instead of `DateFormatter`
dongjoon
2026/03/18
(spark) branch master updated: [SPARK-56011][PYTHON][INFRA] Add python/asv wrapper script for running benchmarks from repo root
gurwls223
2026/03/18
(spark-connect-swift) branch main updated: [SPARK-56064] Use `SystemPackage.FileDescriptor` instead of `FileHandle`
dongjoon
2026/03/18
(spark) branch master updated: [SPARK-50284][PYTHON] Change docs for parseJson function
gurwls223
2026/03/18
(spark) branch master updated: [SPARK-53675][PYTHON] Add str support in withColumn and withColumns in PySpark
gurwls223
2026/03/18
(spark) branch master updated: [SPARK-50111][PYTHON] Add subplots support for pie charts in Plotly backend
gurwls223
2026/03/18
(spark) branch master updated: [SPARK-47997][PS] Add errors parameter to DataFrame.drop and Series.drop
gurwls223
2026/03/18
(spark) branch master updated: [SPARK-55948][SQL] Add DSv2 CDC connector API, analyzer resolution, and SQL CHANGES clause
gengliang
2026/03/18
(spark-connect-swift) branch main updated: [SPARK-56061] Use integer arithmetic instead of `ceil`
dongjoon
2026/03/18
(spark) branch master updated: [SPARK-56043][SQL] Wrap NullPointerException from Avro 1.12.x ParseContext.resolve() in SchemaParseException
gurwls223
2026/03/18
(spark) branch master updated: [SPARK-55056][SQL][PYTHON][TEST] Add tests using Arrow to deserialize nested array with empty outer array
gurwls223
2026/03/18
(spark-connect-swift) branch main updated: [SPARK-56059] Use `ContinuousClock` instead of `DispatchTime`
dongjoon
2026/03/18
(spark-connect-swift) branch main updated: [SPARK-56053] Upgrade `gRPC Swift Protobuf` to 2.2.1
dongjoon
2026/03/18
(spark) branch master updated: [SPARK-56031][SQL] Make Natural Join column matching respect case sensitivity conf
wenchen
2026/03/18
(spark-connect-swift) branch main updated: [SPARK-56051] Upgrade `grpc-swift-2` to 2.3.0
dongjoon
2026/03/18
(spark) branch master updated: [SPARK-55645][SQL][FOLLOWUP] Move serdeName to last parameter and filter empty strings
wenchen
2026/03/18
(spark) branch branch-4.1 updated: [SPARK-56045][SQL][4.1] Add flag for ignoring Parquet UNKNOWN type annotation and revert to old behavior
dongjoon
2026/03/18
(spark) branch branch-4.1 updated: [SPARK-55848][SQL][4.1][FOLLOW-UP] Restore deleted comments
ptoth
2026/03/18
(spark) branch master updated: [SPARK-55728][SS] Introduce conf for file checksum threadpool size and support disabling the threadpool
ashrigondekar
2026/03/18
(spark) branch branch-3.5 updated (30f1b6054042 -> 689ae63d0329)
ptoth
2026/03/18
(spark) branch branch-4.1 updated: Revert "[SPARK-56045][SQL] Add flag for ignoring Parquet UNKNOWN type annotation and revert to old behavior"
dongjoon
2026/03/18
(spark) branch branch-4.1 updated: [SPARK-56045][SQL] Add flag for ignoring Parquet UNKNOWN type annotation and revert to old behavior
wenchen
2026/03/18
(spark) branch master updated: [SPARK-56045][SQL] Add flag for ignoring Parquet UNKNOWN type annotation and revert to old behavior
wenchen
2026/03/18
(spark) branch master updated (99044a856bbb -> b06bcfc472d1)
wenchen
2026/03/18
(spark) branch master updated: [SPARK-44065][SQL] Optimize BroadcastHashJoin skew in OptimizeSkewedJoin
chengpan
2026/03/17
(spark) branch master updated: [SPARK-56042][SS] Fix swapped external/internal col family count metrics in RocksDBStateStoreProvider
kabhwan
2026/03/17
(spark) branch master updated: [SPARK-55596][SQL] DSV2 Enhanced Partition Stats Filtering
gengliang
2026/03/17
(spark) branch branch-3.5 updated (b07c654bfa81 -> 30f1b6054042)
sarutak
2026/03/17
(spark) branch master updated: [SPARK-55973][SS] LeftSemi optimization for stream-stream join
kabhwan
2026/03/17
(spark) branch master updated: [SPARK-56021][SS] Increase AutoSnapshotRepair default maxChangeFileReplay threshold from 50 to 500
ashrigondekar
2026/03/17
(spark) branch master updated: [SPARK-55963][K8S] Optimize snapshot traversal in ExecutorPodsAllocator
dongjoon
2026/03/17
(spark) branch master updated: [SPARK-56041][PS][TESTS] Normalize ndarray values in apply_batch typed result comparison for pandas 3
dongjoon
2026/03/17
(spark) branch branch-4.0 updated: [SPARK-55859][PYTHON][TESTS][4.0] Fix udf tests with double
gurwls223
2026/03/17
(spark) branch master updated: [SPARK-53970][PYTHON] Remove incorrect 'optional' tag for messageNameā¦
gurwls223
2026/03/17
(spark) branch master updated: [SPARK-52785][PYTHON] Simplifying super() syntax in PySpark
gurwls223
2026/03/17
(spark) branch master updated: [MINOR][CORE][TESTS] Call System.gc() before running test java.lang.ArrayIndexOutOfBoundsException in TimSort
gurwls223
2026/03/17
(spark) branch master updated: [SPARK-55851][PYTHON][FOLLOW-UP] Deal with NotImplementedError for partitions()
gurwls223
2026/03/17
(spark) branch branch-4.0 updated: [SPARK-54148][INFRA] Add `libwebp-dev` to all `dev/spark-test-image/*/Dockerfile`
dongjoon
2026/03/17
(spark) branch branch-4.0 updated: [SPARK-56039][INFRA] Install `remotes` R package for `dev/infra/Dockerfile`
dongjoon
2026/03/17
(spark) branch branch-4.1 updated: [SPARK-56039][INFRA] Install `remotes` R package for `dev/infra/Dockerfile`
dongjoon
2026/03/17
(spark) branch master updated: [SPARK-56039][INFRA] Install `remotes` R package for `dev/infra/Dockerfile`
dongjoon
2026/03/17
(spark) branch master updated (5acd8e6190c3 -> d06d0864ed28)
dtenedor
2026/03/17
(spark-kubernetes-operator) branch main updated: [SPARK-56037] Use Java 26 instead of 26-ea
dongjoon
2026/03/17
(spark) branch branch-4.0 updated: [SPARK-56025][INFRA] Install `remotes` R package for `spark-test-image/(lint|docs|sparkr)/Dockerfile`
dongjoon
2026/03/17
(spark-connect-swift) branch main updated: [SPARK-56036] Use `4.2.0-preview3` instead of `RC1`
dongjoon
2026/03/17
(spark) branch branch-4.0 updated: [SPARK-54140][INFRA] Add `libwebp-dev` to fix `dev/spark-test-image/lint/Dockerfile` building
dongjoon
2026/03/17
(spark) branch branch-4.0 updated: [SPARK-54141][INFRA] Add `libwebp-dev` to fix `dev/infra/Dockerfile` building
dongjoon
2026/03/17
(spark) branch branch-4.1 updated: [SPARK-56025][INFRA] Install `remotes` R package for `spark-test-image/(lint|docs|sparkr)/Dockerfile`
dongjoon
2026/03/17
(spark) branch branch-4.0 updated: [SPARK-56027][INFRA] Fix `NoEmptyContinuation` warning of `spark-test-image/lint/Dockerfile`
dongjoon
2026/03/17
(spark) branch branch-4.1 updated: [SPARK-56027][INFRA] Fix `NoEmptyContinuation` warning of `spark-test-image/lint/Dockerfile`
dongjoon
2026/03/17
(spark) branch master updated: [SPARK-56027][INFRA] Fix `NoEmptyContinuation` warning of `spark-test-image/lint/Dockerfile`
dongjoon
2026/03/17
(spark) branch master updated: [SPARK-48139][CONNECT][TESTS] Re-enable `SparkSessionE2ESuite.interrupt tag`
dongjoon
2026/03/17
(spark) branch branch-4.0 updated: [SPARK-55998][SHS] Synchronize more places on accessing SHS listing.db
chengpan
2026/03/17
(spark) branch branch-3.5 updated: [SPARK-55998][SHS] Synchronize more places on accessing SHS listing.db
chengpan
2026/03/17
(spark) branch branch-4.1 updated: [SPARK-55998][SHS] Synchronize more places on accessing SHS listing.db
chengpan
2026/03/17
(spark) branch master updated: [SPARK-55998][SHS] Synchronize more places on accessing SHS listing.db
chengpan
2026/03/17
(spark) branch master updated: [SPARK-55996][CORE] Remove default `jdk.reflect.useDirectMethodHandle=false`
chengpan
2026/03/17
(spark) branch master updated: [SPARK-56000][BUILD] Upgrade `arrow-java` to 19.0.0
yangjie01
2026/03/17
(spark) branch master updated: [SPARK-56025][INFRA] Install `remotes` R package for `spark-test-image/(lint|docs|sparkr)/Dockerfile`
sarutak
2026/03/17
(spark) branch master updated: [SPARK-55964] Cache coherence: clear function registry on DROP DATABASE
wenchen
2026/03/17
(spark) branch master updated: [SPARK-55857][SQL] Support ignoreMissingFiles during schema inferenceā¦
wenchen
2026/03/17
(spark) branch master updated: [SPARK-56002][UI] Make SQL plan visualization metrics table sortable
yao
2026/03/17
(spark) branch master updated: [SPARK-55714][SQL][FOLLOWUP] Narrow overflow message canonicalization to only match JDK patterns
wenchen
2026/03/16
(spark) branch master updated: [SPARK-55995][SQL] Support TIMESTAMP WITH LOCAL TIME ZONE in SQL syntax
dongjoon
2026/03/16
(spark-kubernetes-operator) branch main updated: [SPARK-56005] Propagate MDC context in SparkClusterReconciler
dongjoon
2026/03/16
(spark) branch master updated (e51e707b705f -> 40417a6d6fe8)
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-56008][BUILD] Upgrade `tink` to 1.20.0
dongjoon
2026/03/16
(spark) branch bhj-fallback deleted (was 22eb3368ad7b)
sunchao
2026/03/16
(spark) 06/11: address codex comments
sunchao
2026/03/16
(spark) 10/11: Simplify AQE broadcast fallback by removing extra replan guards
sunchao
2026/03/16
(spark) 07/11: address codex comments
sunchao
2026/03/16
(spark) branch bhj-fallback created (now 22eb3368ad7b)
sunchao
2026/03/16
(spark) 09/11: Preserve AQE behavior when fallback is off and inline broadcast wrap
sunchao
2026/03/16
(spark) 05/11: address codex comments
sunchao
2026/03/16
(spark) 01/11: initial commit
sunchao
2026/03/16
(spark) 03/11: address codex comments
sunchao
2026/03/16
(spark) 02/11: address codex comments
sunchao
2026/03/16
(spark) 11/11: Consolidate AQE stage event handling for broadcast fallback
sunchao
2026/03/16
(spark) 08/11: make release
sunchao
2026/03/16
(spark) 04/11: address codex comments
sunchao
2026/03/16
(spark) branch master updated: [SPARK-56013][BUILD] Upgrade `JAXB` to 4.0.6
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-56012][BUILD] Upgrade `xz` to 1.12
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-56009][BUILD] Upgrade `netty-tcnative` to 2.0.75.Final
dongjoon
2026/03/16
(spark-kubernetes-operator) branch main updated: [SPARK-56004] Upgrade `java-operator-sdk` to 5.3.0
dongjoon
2026/03/16
(spark-kubernetes-operator) branch main updated: [SPARK-52251] Use `crd-generator-cli` to generate CRDs
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-56016][PS] Preserve named Series columns in concat with ignore_index on pandas 3
gurwls223
2026/03/16
(spark) branch master updated: [SPARK-56014][PS][TESTS] Fix to_numeric ignore test for pandas 3.0
gurwls223
2026/03/16
(spark) branch master updated: [SPARK-56010][BUILD] Upgrade `snowflake-jdbc` to 4.0.2
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-56006][BUILD] Upgrade Maven to 3.9.14
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-55885][SQL] Optimize vectorized Parquet boolean reading with lookup-table expansion and batch buffer reads
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-55877][UI] Side-by-side Initial vs Final plan comparison for AQE queries
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-55997][SS] Set upper bound to prefixScan in RocksDB state store provider
kabhwan
2026/03/16
(spark) branch branch-3.5-openai deleted (was b9042b9bf62d)
sunchao
2026/03/16
(spark) branch branch-3.5-openai created (now b9042b9bf62d)
sunchao
2026/03/16
(spark) branch branch-4.1 updated: [SPARK-55848][SQL][4.1] Fix incorrect dedup results with SPJ partial clustering
ptoth
2026/03/16
(spark-kubernetes-operator) branch gh-pages updated: Bump the minimum K8s version to 1.33
dongjoon
2026/03/16
(spark-kubernetes-operator) branch gh-pages updated: Add `.claude/` to `.gitignore`
dongjoon
2026/03/16
(spark-kubernetes-operator) branch gh-pages updated: Update index.md with 0.8.0
dongjoon
2026/03/16
(spark-kubernetes-operator) branch gh-pages updated: Add Spark K8s Operator 0.8.0
dongjoon
2026/03/16
(spark-kubernetes-operator) tag 0.8.0 created (now 18a5200)
dongjoon
2026/03/16
svn commit: r83114 - dev/spark/spark-kubernetes-operator-0.8.0-rc.1 release/spark/spark-kubernetes-operator-0.8.0
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-55887][CONNECT] Special handling for `CollectLimitExec/CollectTailExec` to avoid full table scans
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-55992][SQL] Fix GroupPartitions textual representation
dongjoon
2026/03/16
(spark) branch master updated: [SPARK-55690] Schema evolution in DSv2 AppendData, OverwriteByExpression, OverwritePartitionsDynamic
aokolnychyi
2026/03/16
(spark) branch branch-4.0 updated: [SPARK-55557][SQL][4.0] Hyperbolic functions should not overflow with large inputs
ptoth
2026/03/16
(spark) branch branch-3.5 updated: [SPARK-55557][SQL][3.5] Hyperbolic functions should not overflow withlarge inputs
ptoth
2026/03/16
(spark) branch branch-4.0 updated: Revert "[SPARK-53339][CONNECT] Fix interrupt on pending operations by moving `postStarted()` and allowing Pending to Canceled/Failed transition"
sarutak
2026/03/16
(spark) branch branch-4.1 updated: Revert "[SPARK-53339][CONNECT] Fix interrupt on pending operations by moving `postStarted()` and allowing Pending to Canceled/Failed transition"
sarutak
2026/03/16
(spark) branch branch-4.0 updated: [SPARK-53339][CONNECT] Fix interrupt on pending operations by moving `postStarted()` and allowing Pending to Canceled/Failed transition
sarutak
2026/03/16
(spark) branch branch-4.1 updated: [SPARK-53339][CONNECT] Fix interrupt on pending operations by moving `postStarted()` and allowing Pending to Canceled/Failed transition
sarutak
2026/03/16
(spark) branch master updated: [SPARK-53339][CONNECT] Fix interrupt on pending operations by moving `postStarted()` and allowing Pending to Canceled/Failed transition
sarutak
2026/03/16
(spark) branch master updated: [SPARK-55984][SQL][TESTS] Add metadata_column_resolution.sql golden file
wenchen
2026/03/15
(spark) branch branch-4.0 updated: [SPARK-55453][SQL] Fix LIKE pattern matching for supplementary Unicode characters
sarutak
2026/03/15
(spark) branch branch-4.1 updated: [SPARK-55453][SQL] Fix LIKE pattern matching for supplementary Unicode characters
sarutak
2026/03/15
(spark) branch master updated: [SPARK-55453][SQL] Fix LIKE pattern matching for supplementary Unicode characters
sarutak
2026/03/15
(spark) branch master updated: [SPARK-55357][PYTHON] Fix docstring for timestamp_add
gurwls223
2026/03/15
(spark) branch master updated: [SPARK-55993][SS][TEST] Fix flaky RocksDBStateStoreIntegrationSuite bounded memory test
gurwls223
2026/03/14
(spark) branch master updated: [SPARK-55988][PS][TESTS] Compare categorical index codes by values in tests
gurwls223
2026/03/14
(spark) branch master updated (322165b8c92b -> 47424a398004)
gurwls223
2026/03/14
(spark) branch master updated (4d7976870e4b -> 322165b8c92b)
gurwls223
2026/03/14
(spark) branch branch-4.1 updated: [SPARK-55991] Fix unicode related SQL text corruption with parameters
wenchen
2026/03/14
(spark) branch master updated: [SPARK-55991] Fix unicode related SQL text corruption with parameters
wenchen
2026/03/14
(spark) branch master updated: [SPARK-55880][UI] Link SQL plan metric stage IDs to stage detail page
yao
2026/03/14
(spark) branch master updated: [SPARK-55985][WEBUI] Remove `jquery.blockUI.min.js`
yao
2026/03/14
(spark) branch branch-4.1 updated: [SPARK-55557][SQL] Hyperbolic functions should not overflow with large inputs
ptoth
2026/03/14
(spark) branch master updated: [SPARK-55557][SQL] Hyperbolic functions should not overflow with large inputs
ptoth
2026/03/13
(spark) branch master updated: [SPARK-55987][SS] Fix time window join in stream-stream join state format V4
kabhwan
2026/03/13
(spark) branch master updated: [SPARK-55493][SS] Do not mkdirs in streaming checkpoint offset/commit log directory in StateDataSource
ashrigondekar
2026/03/13
(spark) branch master updated: [SPARK-55945][SDP] Support structured identifiers for flows in SDP eager analysis protos
sandy
2026/03/13
(spark) branch master updated: [SPARK-55971][UI] Add Jobs table to SQL execution detail page
yao
2026/03/13
(spark) branch branch-3.5 updated: [SPARK-55975][SQL][TESTS] NaN comparison can cause false UT failures due to different NaNs
ptoth
2026/03/13
(spark) branch branch-4.0 updated: [SPARK-55975][SQL][TESTS] NaN comparison can cause false UT failures due to different NaNs
ptoth
2026/03/13
(spark) branch branch-4.1 updated: [SPARK-55975][SQL][TESTS] NaN comparison can cause false UT failures due to different NaNs
ptoth
2026/03/13
(spark) branch master updated: [SPARK-55975][SQL][TESTS] NaN comparison can cause false UT failures due to different NaNs
ptoth
2026/03/12
(spark) branch master updated: [SPARK-55628][SS] Integrate stream-stream join state format V4
kabhwan
2026/03/12
(spark) branch master updated: [SPARK-55967][PYTHON] Unify column conversion for connect dataframe
ruifengz
2026/03/12
(spark) branch master updated: [SPARK-55980][PS] Always apply _cast_back_float in numeric arithmetic
gurwls223
2026/03/12
(spark) branch master updated: [MINOR][DOCS] Remove redundant backtick in docstrings
ruifengz
2026/03/12
svn commit: r83043 - release/spark/spark-4.2.0-preview2
gurwls223
2026/03/12
svn commit: r83041 - dev/spark/v4.2.0-preview3-rc1-docs/_site release/spark/docs/4.2.0-preview3
gurwls223
2026/03/12
svn commit: r83042 - dev/spark/v4.2.0-preview3-rc1-bin release/spark/spark-4.2.0-preview3
gurwls223
2026/03/12
(spark) tag v4.2.0-preview3 created (now 9a4426f02e6e)
gurwls223
2026/03/12
(spark) branch master updated: [SPARK-55976][SQL] Use Set instead of Seq for write privileges
gengliang
2026/03/12
(spark-kubernetes-operator) branch main updated: [SPARK-55905] Exponential backoff for getOrCreateSecondaryResource attempt
dongjoon
2026/03/12
(spark) branch master updated (c1f4d11e1340 -> 06a7b2d2aa2b)
dongjoon
2026/03/12
(spark) branch master updated: [SPARK-55275] Add InvalidPlanInput sql states for sql/connect
hvanhovell
2026/03/12
(spark) branch master updated: [SPARK-55535][SQL][FOLLOW-UP] Fix `OrderedDistribution` handling and minor improvements to `EnsureRequirements`
ptoth
2026/03/12
(spark) branch master updated: [SPARK-55726][PYTHON][TEST][FOLLOW-UP] Make SQL_GROUPED_MAP_PANDAS_UDF benchmark to two bench classes
ruifengz
2026/03/12
(spark) branch master updated: [SPARK-55960][INFRA][DOCS][FOLLOW-UP] Document how to re-generate the protobuf files for python client
ruifengz
2026/03/12
(spark) branch master updated: [SPARK-55947][PYTHON][TEST] Add ASV micro-benchmarks for SQL_GROUPED_MAP_ARROW_UDF and SQL_GROUPED_MAP_ARROW_ITER_UDF
ruifengz
2026/03/11
(spark) branch master updated: [SPARK-55928][SQL] New linter for config effectiveness in views and UDFs
wenchen
2026/03/11
(spark) branch master updated: [SPARK-55961][UI] Make SQL plan viz side panel collapsible
yao
2026/03/11
(spark) branch master updated: [SPARK-55962][SQL] Use `getShort` instead of `getInt` casting in `putShortsFromIntsLittleEndian` on Little Endian platforms
yangjie01
2026/03/11
(spark) branch master updated: [SPARK-55667][PYTHON][CONNECT] Move check_dependencies to __init__
gurwls223
2026/03/11
(spark) branch master updated: [SPARK-55851][PYTHON] Clarify types of datasource partition and read
gurwls223
2026/03/11
(spark) branch master updated (fa872498ed6e -> 24b9d2c9d408)
gurwls223
2026/03/11
(spark) branch master updated: [SPARK-55891][SQL] Preserve the SQL scripting context inside EXECUTE IMMEDIATE
wenchen
2026/03/11
(spark) branch master updated: [SPARK-55903][SQL] Simplify MERGE Schema Evolution and Check Write Privileges
aokolnychyi
2026/03/11
(spark) branch master updated: [SPARK-55960][INFRA][CONNECT][PYTHON][FOLLOW-UP] Fix build on linux
ruifengz
2026/03/11
(spark) branch master updated: [SPARK-55960][INFRA][CONNECT][PYTHON] Add a docker image for spark connect codegen
ruifengz
2026/03/11
(spark) branch master updated: [SPARK-55909][SQL][TESTS] Introduce trait `SparkSessionProvider`
wenchen
2026/03/10
(spark) branch master updated: [SPARK-55957][SQL] Add 'DATA_SOURCE_NOT_FOUND' in Catalog.ERROR_HANDLING_RULES
gurwls223
2026/03/10
(spark) branch master updated: [SPARK-55907][SQL] Fix incorrect error positions for invalid data types in CREATE FUNCTION
gengliang
2026/03/10
(spark) branch master updated (c43328396085 -> d6aa3767b7b7)
gengliang
2026/03/10
(spark) branch master updated: [SPARK-55954][PYTHON] Remove the incorrect overload type hint for fillna
gurwls223
2026/03/10
(spark) branch master updated: [SPARK-55955][PYTHON] Remove overload type hint for drop
gurwls223
2026/03/10
(spark) branch master updated: [SPARK-55958][BUILD][CONNECT] Remove unused `add-scala-test-sources` setting from `pom.xml` in `connect-common`
gurwls223
2026/03/10
(spark) branch master updated: [SPARK-55889][DOCS][FOLLOWUP] Update `building-spark.md` with Maven 3.9.13
gurwls223
2026/03/10
(spark) branch master updated: [SPARK-55946][PS] Set up __pandas_priority__ so mixed binary ops dispatch correctly to pandas-on-Spark
gurwls223
2026/03/10
(spark-connect-swift) branch main updated: [SPARK-55956] Use `4.2.0-preview3` RC1 for Spark 4.2 integration tests
dongjoon
2026/03/10
(spark) branch master updated: [SPARK-55938][BUILD] Update Netty libs in LICENSE-binary
chengpan
2026/03/10
(spark) branch master updated: [SPARK-55935][BUILD] Exclude unused Netty dependencies
chengpan
2026/03/10
(spark) branch master updated: [SPARK-55932] Fix XML to variant parser hang on negative scale
wenchen
2026/03/10
(spark) branch master updated: [SPARK-55892][SS] Fix unable to load state store because reused SST file was deleted by maintenance
ashrigondekar
2026/03/10
(spark) branch master updated: [SPARK-55820][SS] Fix race condition in no-overwrite FS when RocksDB version files cache is out of sync
ashrigondekar
2026/03/10
(spark) branch master updated: [SPARK-55927][WEBUI] Remove `jquery.mustache.js`
sarutak
2026/03/10
(spark) branch master updated: [SPARK-53807][CORE][FOLLOW-UP] Fix deadlock between unlock and releaseAllLocksForTask for write lock in BlockInfoManager
sarutak
2026/03/10
(spark) branch master updated: [SPARK-55940][BUILD] Upgrade Kafka to 3.9.2
dongjoon
2026/03/10
svn commit: r82965 - dev/spark/spark-kubernetes-operator-0.8.0-rc.1
dongjoon
2026/03/10
(spark-kubernetes-operator) tag 0.8.0-rc.1 created (now 18a5200)
dongjoon
2026/03/10
(spark-kubernetes-operator) branch main updated: [SPARK-55944] Bump version to 0.9.0-SNAPSHOT in `main` branch
dongjoon
2026/03/10
(spark-kubernetes-operator) 01/02: Preparing 0.8.0-rc.1
dongjoon
2026/03/10
(spark-kubernetes-operator) branch branch-0.8 updated (950f9e9 -> d848a9f)
dongjoon
2026/03/10
(spark-kubernetes-operator) 02/02: Preparing development version 0.8.1-SNAPSHOT
dongjoon
2026/03/10
(spark-kubernetes-operator) branch branch-0.8 updated: [SPARK-55942] Update GitHub Actions YAML file in `branch-0.8`
dongjoon
2026/03/10
(spark-kubernetes-operator) branch branch-0.8 created (now cdd77a8)
dongjoon
2026/03/10
(spark) branch master updated: [SPARK-55936][BUILD] Upgrade `kubernetes-client` to 7.6.1
dongjoon
Earlier messages
Later messages