commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
(spark) branch branch-3.5 updated: [SPARK-55330][INFRA] Add cmake to release Docker base image
gurwls223
(spark) branch master updated: [SPARK-55330][INFRA] Add cmake to release Docker base image
gurwls223
(spark) branch branch-4.0 updated: [SPARK-55330][INFRA] Add cmake to release Docker base image
gurwls223
(spark) branch branch-4.1 updated: [SPARK-55330][INFRA] Add cmake to release Docker base image
gurwls223
(spark) branch master updated: [SPARK-56360][INFRA] Wait for base and RM Docker logs in release workflow; avoid hang on early failure
gurwls223
(spark) branch master updated: [SPARK-55115][INFRA][FOLLOW-UP] Fix release workflow log tailing for base Docker image build
gurwls223
(spark) branch master updated: [MINOR][DOCS] Fix a typo of "KLL" initialism
gurwls223
(spark) branch master updated: [SPARK-55667][PYTHON][CONNECT][FOLLOW-UP] Remove arguments in check_dependencies
gurwls223
(spark) branch master updated: [SPARK-56358][BUILD] Add gson version override to SBT build to align with Maven
gurwls223
(spark) branch master updated: [SPARK-56349][PYTHON] Remove unused ArrowStreamAggArrowUDFSerializer
gurwls223
(spark) branch master updated: [SPARK-56348][PYTHON] Remove unused ArrowBatchUDFSerializer
gurwls223
(spark) branch master updated: [MINOR][PYTHON] Fix PySparkException failing when messageParameters is omitted
gurwls223
(spark) branch master updated: [SPARK-56317][SQL] GetJsonObjectEvaluator should reuse output buffer
gurwls223
(spark) branch master updated: [SPARK-49793][PYTHON][TESTS][FOLLOW-UP] Fix test_caching in connect mode
gurwls223
(spark) branch master updated: [SPARK-56209][BUILD][FOLLOWUP] Exclude Netty transitive dependencies from Vert.x in Kubernetes modules
yangjie01
(spark) branch master updated: [SPARK-56007][CONNECT] Fix ArrowDeserializer to use positional binding for rows
gurwls223
(spark) branch master updated: [SPARK-56356][BUILD] Fix an issue in release build caused by error on fetching artifacts
gurwls223
(spark) branch master updated: [SPARK-54938][PYTHON][TEST][FOLLOW-UP] Fix inferred time unit for pandas >= 3
gurwls223
(spark) branch master updated: [SPARK-56322][CONNECT][PYTHON] Fix TypeError when self-joining observed DataFrames
ueshin
(spark) branch master updated: [SPARK-56347][TEST] Fix TOCTOU race in DockerJDBCIntegrationSuite port allocation
wenchen
(spark) branch branch-3.5 updated: [SPARK-56321][SQL][3.5] Fix `AnalysisException` when scan reports transform-based ordering via `SupportsReportOrdering`
ptoth
(spark) branch branch-3.5 updated: [SPARK-55969][SQL][3.5][FOLLOW-UP][TESTS] Update `SQLQueryTestSuite` golden files
ptoth
(spark) branch master updated: [SPARK-56329][PYTHON] Fix all E721 type comparison violations
ruifengz
(spark) branch branch-4.1 updated: [SPARK-56344][PYTHON][DOCS][4.1] Fix outdated PyArrow minimum version in arrow_pandas.rst
ruifengz
(spark) branch master updated: [SPARK-56341][PYTHON][DOCS] Fix outdated PyArrow minimum version in arrow_pandas.rst
ruifengz
(spark) branch branch-4.0 updated: [SPARK-55579][PYTHON][4.0] Rename PySpark error classes to be eval-type-agnostic
ruifengz
(spark) branch master updated: [SPARK-56313][PYTHON][FOLLOWUP] Remove rddsampler from mypy exception list
ruifengz
(spark) branch master updated: [SPARK-55902][PYTHON] Refactor SQL_ARROW_BATCHED_UDF
ruifengz
(spark) branch master updated: [SPARK-56280][SS] normalize NaN and +/-0.0 in streaming dedupe node
kabhwan
(spark) branch master updated: [SPARK-56243][SS] Throw detailed error on malformed Kafka record timestamps
kabhwan
(spark) branch master updated: [SPARK-56345][PYTHON][TESTS] Use `pd.Series.__name__` in Arrow UDF type-hint test
ueshin
(spark) branch master updated: [SPARK-56338][INFRA] Support Maven mirrors for build
ruifengz
(spark) branch master updated: [SPARK-56327][PYTHON][TESTS] Fix grouped map pandas tests for pandas 3
ueshin
(spark) branch master updated: [SPARK-56323][SQL] Propagate ROW FORMAT / STORED AS to v2 catalog in CREATE TABLE LIKE
viirya
(spark) branch branch-4.0 updated: [SPARK-56321][SQL] Fix `AnalysisException` when scan reports transform-based ordering via `SupportsReportOrdering`
ptoth
(spark) branch branch-4.1 updated: [SPARK-56321][SQL] Fix `AnalysisException` when scan reports transform-based ordering via `SupportsReportOrdering`
ptoth
(spark) branch master updated: [SPARK-56321][SQL] Fix `AnalysisException` when scan reports transform-based ordering via `SupportsReportOrdering`
ptoth
(spark) branch branch-4.1 updated: [SPARK-55579][PYTHON][4.1] Rename PySpark error classes to be eval-type-agnostic
ruifengz
(spark) branch master updated: [SPARK-56251][SQL] Add default fetchSize for postgres to avoid loading all data in memory
chengpan
(spark) branch master updated: [SPARK-56313][PYTHON][FOLLOWUP] Use old way to label generic for a class
ruifengz
(spark) branch master updated: Revert "[SPARK-56189][PYTHON] Refactor SQL_WINDOW_AGG_ARROW_UDF"
ruifengz
(spark) branch master updated: [SPARK-56260][INFRA] Pin third-party GitHub Actions to commit SHA
wenchen
(spark) branch master updated: [SPARK-56222][PYTHON] Create ArrowStreamGroupSerializer and ArrowStreamCoGroupSerializer
ruifengz
(spark) branch master updated: [SPARK-56189][PYTHON] Refactor SQL_WINDOW_AGG_ARROW_UDF
ruifengz
(spark) branch master updated: [SPARK-56189][PYTHON] Refactor SQL_WINDOW_AGG_ARROW_UDF
ruifengz
(spark) branch master updated: [SPARK-56314][SQL][TESTS] Avoid uncessary RDD->DataFrame conversion in `SQLTestData`
ruifengz
(spark) branch master updated: [SPARK-56306][SQL] Fix collation-aware PIVOT
wenchen
(spark) branch master updated: [SPARK-55981][SQL] Allow Geo Types with SRID's from the pre-built registry
wenchen
(spark) branch master updated: [SPARK-56190][SQL] Support nested partition columns for DSV2 PartitionPredicate
wenchen
(spark) branch master updated: [SPARK-56313][PYTHON][FOLLOWUP] Remove the generic for rddsampler methods
ueshin
(spark) branch master updated: [SPARK-56310][PYTHON] Handle pandas 3 dtype in DataFrame.toPandas
ueshin
(spark) branch master updated: [SPARK-56219][PS][FOLLOW-UP] Keep legacy groupby idxmax and idxmin skipna=False behavior for pandas 2
ueshin
(spark) branch master updated: [SPARK-56296][SQL] Pivot createTableLike to pass full TableInfo including schema, partitioning, constraints, and owner
viirya
(spark) branch master updated: [SPARK-56001][SQL] Add INSERT INTO ... REPLACE ON/USING syntax
wenchen
(spark) branch master updated: [SPARK-56054][SQL] Fix aliased nested fields ignored for schema evolution in MERGE
wenchen
(spark) branch master updated: [SPARK-54938][PYTHON][TEST][FOLLOW-UP] Fix `test_pyarrow_array_type_inference` for pandas >= 3
ruifengz
(spark) branch master updated: [SPARK-56313][PYTHON] Add type hint for rddsampler.py
ruifengz
(spark) branch master updated: [SPARK-56271][PYTHON] Fix type hint and remove unused method for _globals.py
ruifengz
(spark) branch master updated (89cb6925fb29 -> 384f543e5710)
ruifengz
(spark) branch master updated (d580b6531aee -> 89cb6925fb29)
ruifengz
(spark-kubernetes-operator) branch main updated: [MINOR] Update Java badge to 21
dongjoon
(spark) branch master updated: [SPARK-49543][SQL] Add SHOW COLLATIONS command
dongjoon
(spark) branch master updated: [SPARK-56307][BUILD] Upgrade `log4j` to 2.25.4
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56309] Upgrade `log4j` to 2.25.4
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56308] Remove invalid `log4j2.contextSelector` from test `log4j2.properties`
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56274] Simplify `SparkClusterSubmissionWorker.getResourceSpec`
dongjoon
(spark) branch master updated: [SPARK-51988][SS] Do file checksum verification on read for RocksDB zip file
ashrigondekar
(spark) branch master updated: [SPARK-56235][CORE] Add reverse index in TaskSetManager to avoid O(N) scans in executorLost
sunchao
(spark) branch master updated: [SPARK-56241][SQL] Derive `outputOrdering` from `KeyedPartitioning` key expressions
ptoth
(spark) branch master updated: [SPARK-56074][INFRA] Improve AGENTS.md with inline build/test commands, PR workflow, and dev notes
wenchen
(spark) branch master updated: [SPARK-56137][UI][TESTS] Add regression tests for SQL tab DataTables migration
dongjoon
(spark) branch branch-4.1 updated: [SPARK-56279][CORE][4.1] Enable zero-copy sendfile for FileRegion in native Netty transports
dongjoon
(spark) branch master updated: [SPARK-56303][K8S] Add Java-friendly factory methods to `JavaMainAppResource`
dongjoon
(spark) branch master updated: [SPARK-56300][K8S] Add Java-friendly factory method to `KubernetesDriverSpec`
dongjoon
(spark) branch master updated: [SPARK-56301][PYTHON] Fix typos in `error-conditions.json`
dongjoon
(spark) branch master updated: [SPARK-56155][SQL] Collect_list/collect_set sql() function includes "RESPECT NULLS"
wenchen
(spark) branch master updated: [SPARK-53209][YARN] Add ActiveProcessorCount JVM option to YARN executor and AM
chengpan
(spark) branch master updated: [SPARK-56120][PYTHON][TEST] Add ASV micro-benchmarks for SQL_WINDOW_AGG_ARROW_UDF
ruifengz
(spark) branch master updated: [SPARK-56272][PYTHON] Add type hint for install.py
ruifengz
(spark) branch master updated: [SPARK-49793][PYTHON][TESTS] Reenable test_caching for predict_batch_udf
ruifengz
(spark) branch master updated: [SPARK-56298] Enable `spark.master.rest.virtualThread.enabled` by default
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56299] Fix `Dockerfile` for `jdeps` to use 21
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56297] Use `Virtual Threads (JEP 444)` for unbounded reconciliation thread pool
dongjoon
(spark) branch branch-4.1 updated: [SPARK-56240][CORE][TESTS][4.1] Add `NettyTransportBenchmark` for Netty transport layer performance evaluation
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56291] Make `BaseStateSummary` a `sealed` interface
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56294] Apply exhaustive `switch` for `ResourceRetainPolicy` and `ClusterStateSummary`
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56293] Make `BaseAppDriverObserver` abstract class `sealed`
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56292] Make `(App|Cluster)ReconcileStep` abstract classes `sealed`
dongjoon
(spark-connect-swift) branch main updated: [SPARK-56290] Rename `build-macos-26-swift(62 -> 63)` in CI
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56289] Upgrade minimum Java runtime version to 21
dongjoon
(spark-connect-swift) branch main updated: [SPARK-56288] Upgrade `gRPC Swift NIO Transport` to 2.6.2
dongjoon
(spark) branch master updated: [SPARK-56204][SQL] Strip `Alias` wrappers from inline table row expressions in parser
wenchen
(spark) branch master updated: [SPARK-56234][CORE] Support disabling log directory scanning by path pattern in SHS
dongjoon
(spark) branch branch-4.1 updated: [SPARK-56250][SQL][FOLLOWUP][4.1] Remove confusing defensive code in SortExec.rowSorter and add warning comment
dongjoon
(spark) branch master updated: [SPARK-56279][CORE] Enable zero-copy sendfile for FileRegion in native Netty transports
yangjie01
(spark) branch master updated: [SPARK-56244][PYTHON][TEST][FOLLOWUP] Lazy scenario building for accurate peakmem benchmarks
ruifengz
(spark) branch master updated: [SPARK-56256][PYTHON] Add emptyDataFrame API to SparkSession
ruifengz
(spark) branch master updated: [SPARK-56270][PYTHON] Fix type hints and import issue for find_spark_home
ruifengz
(spark) branch master updated: [SPARK-56278][CORE] Populate accurate metadata immediately during on-demand loading in SHS
sarutak
(spark-kubernetes-operator) branch main updated: [SPARK-56285] Add `minimize` to `shadowJar` task
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56283] Exclude HDFS/YARN UI resources
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56282] Exclude unnecessary `avro` dependency
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56281] Upgrade PMD to 7.23.0
dongjoon
(spark) branch master updated: [SPARK-56140][UI] Add server-side pagination for SQL tab query listing
dongjoon
(spark) branch master updated (6d4b8b04fa5f -> 2380ee656ef9)
yangjie01
(spark) branch master updated (842d4dd09bea -> 6d4b8b04fa5f)
wenchen
(spark) branch branch-4.1 updated: [SPARK-56250][SQL] Remove confusing defensive code in SortExec.rowSorter and add warning comment
viirya
(spark) branch master updated: [SPARK-56250][SQL] Remove confusing defensive code in SortExec.rowSorter and add warning comment
viirya
(spark) branch master updated: [SPARK-55878][UI] Add Job Timeline to SQL execution detail page
yao
(spark) branch master updated (1ac73b97c94d -> ce1c7162a6f4)
kabhwan
(spark) branch master updated: [SPARK-56258][SQL] Make MetricUtils.stringValue lenient for unknown metric types
yao
(spark) branch master updated: [SPARK-54509][DOCS] Add Documentation for Spark Data Source V2
gurwls223
(spark) branch master updated: [SPARK-56262][PYTHON] Remove the unnecessary mypy check disable for types
gurwls223
(spark-kubernetes-operator) branch main updated: [SPARK-56269] Fix `Gradle 10` deprecation warnings
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56268] Remove unnecessary log4j dependencies from `spark-operator-api`
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56267] Use `testCompileOnly` for `spotbugs-annotations` in `spark-operator`
dongjoon
(spark-connect-swift) branch main updated: [SPARK-56266] Migrate `Examples` to Swift 6.3
dongjoon
(spark-connect-swift) branch main updated: [SPARK-56265] Make `Examples` Docker image sizes up-to-date with the published images
dongjoon
(spark-connect-swift) branch main updated: [SPARK-56264] Use `Swift 6.3` always in CIs
dongjoon
(spark-connect-swift) branch main updated: [SPARK-56263] Upgrade `gRPC Swift NIO Transport` to 2.6.1
dongjoon
(spark-connect-swift) branch main updated: [SPARK-56261] Use `Xcode 26.4` in CIs
dongjoon
(spark) branch master updated: [SPARK-56259][UI] Fix SHS application list table header/data column mismatch
dongjoon
(spark) branch master updated (80d9d47696ce -> fb05d3e5a356)
dongjoon
(spark) branch branch-4.0 updated: [SPARK-56246][INFRA][4.0] Pin pandas to version 2.2.3 in docs Docker image
gurwls223
(spark) branch master updated (592e89632fc4 -> 80d9d47696ce)
ruifengz
(spark) branch master updated: [SPARK-55827][PYTHON] Fix type hint for datasource workers
gurwls223
(spark) branch master updated: [SPARK-56123][PYTHON] Refactor SQL_GROUPED_AGG_ARROW_UDF and SQL_GROUPED_AGG_ARROW_ITER_UDF
ruifengz
(spark) branch master updated: [SPARK-56247][PYTHON] Fix the fall back behavior and type hint of inheritable_thread_target
ruifengz
(spark) branch master updated: [SPARK-56242][PYTHON][TESTS] Add a test to ensure no 3rd party libraries are imported for "import pyspark"
ruifengz
(spark) branch master updated: [SPARK-54944][PYTHON][TEST] Add tests for pa.Array.to_pandas with default arguments
ruifengz
(spark) branch master updated: [SPARK-54804][CONNECT] Reduce conf RPCs SparkSession.createDataset(..)
hvanhovell
(spark) branch master updated: [SPARK-56245][PS] Fix DataFrame.eval inplace assignment on pandas 3
gurwls223
(spark) branch master updated: [SPARK-56221][SQL][PYTHON] Feature parity between spark.catalog.* vs DDL commands
gurwls223
(spark) branch master updated: [SPARK-55630][SS] Skip updating matched flag for non-outer side in stream-stream join v4
kabhwan
(spark-kubernetes-operator) branch main updated: [SPARK-56198] Update Operator to Java Operator SDK 5.3.2
dongjoon
(spark) branch master updated: [SPARK-56239][UI] Fix SQL tab DataTables: API default limit, date format, and appId resolution
yao
(spark) branch master updated: [SPARK-56236][TESTS] Fix npm vulnerabilities related to `picomatch`
yangjie01
(spark) branch master updated: [SPARK-56225][SQL] Improve View WITH SCHEMA EVOLUTION error message
wenchen
(spark) branch master updated: [SPARK-56206][SQL] Fix case-insensitive duplicate CTE name detection
wenchen
(spark) branch master updated: [SPARK-56226][PS][CONNECT] Catch analysis errors before `InternalFrame.__init__` in `.loc`
ruifengz
(spark) branch master updated: [SPARK-55950][PYTHON][CONNECT] Add PySpark support for CDC changes() API
ruifengz
(spark) branch branch-4.0 updated: [SPARK-55502][PYTHON][4.0] Unify UDF and UDTF Arrow conversion error handling
gurwls223
(spark) branch branch-4.1 updated: [SPARK-55502][PYTHON][4.1] Unify UDF and UDTF Arrow conversion error handling
gurwls223
(spark) branch master updated: [SPARK-56219][PS] Align groupby idxmax and idxmin skipna=False behavior with pandas 2/3
gurwls223
(spark) branch master updated: [SPARK-56067][PYTHON] Lazy import psutil to improve import speed
ruifengz
(spark) branch master updated: [SPARK-56166][PYTHON] Use ArrowBatchTransformer.enforce_schema to replace column-wise type coercion logic
ruifengz
(spark) branch master updated: [SPARK-56085][PYTHON][TEST] Add ASV micro-benchmarks for SQL_GROUPED_AGG_ARROW_UDF and SQL_GROUPED_AGG_ARROW_ITER_UDF
ruifengz
(spark) branch master updated: [SPARK-56066][PYTHON] Lazy import numpy to improve import speed
ruifengz
(spark) branch master updated: [SPARK-56217][PYTHON] Fix bucketBy exceptions in connect
ruifengz
(spark) branch master updated: [SPARK-56224][PYTHON] Polish type annotations for accumulators.py
ruifengz
(spark) branch master updated: [SPARK-55579][PYTHON] Rename PySpark error classes to be eval-type-agnostic
ruifengz
(spark) branch master updated: [SPARK-56179][PYTHON] Consolidate error classes for type mismatch - part 3
ruifengz
(spark-kubernetes-operator) branch main updated: [SPARK-56229] Remove `io.netty.noUnsafe` from default JVM args according to Netty change
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56228] Fix `StatusRecorder` to refresh `resourceVersion` on 409 Error before retrying
dongjoon
(spark) branch master updated: [SPARK-56214][BUILD] Upgrade `Netty` to 4.2.12.Final
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56218] Exclude Netty `io_uring`-related dependencies
dongjoon
(spark) branch master updated: [SPARK-54878][SQL] Add sortKeys option to to_json function
gurwls223
(spark) branch dependabot/npm_and_yarn/ui-test/multi-bf05dc1ecf deleted (was 68567093aabb)
github-bot
(spark-kubernetes-operator) branch main updated: [SPARK-56212] Fix `spark-versions` and `python` e2e test flakiness by explicit clean-up
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56215] Exclude `netty-codec-*-quic` dependencies
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56213] Upgrade `Netty` to 4.2.12.Final
dongjoon
(spark) branch dependabot/npm_and_yarn/ui-test/multi-bf05dc1ecf created (now 68567093aabb)
github-bot
(spark) branch master updated: [SPARK-56209][BUILD] Upgrade `vertx` to 4.5.26
dongjoon
(spark) branch master updated (a17e43441da8 -> 489370b29c9a)
dongjoon
(spark) branch master updated: [SPARK-56205][SS] Validate base state store checkpoint ID before committing microbatch
ashrigondekar
(spark) branch branch-4.1 updated: [SPARK-56208][K8S][BUILD][4.1] Upgrade `kubernetes-client` to 7.4.1
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56211] Ban `lombok.(SneakyThrows|val|var)`
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56210] Remove `lombok.SneakyThrows` from `StatusRecorder`
dongjoon
(spark) branch master updated: [SPARK-56203][SQL] Fix race condition in `SortExec.rowSorter`
dongjoon
(spark) branch master updated: [SPARK-55448][CONNECT] Fix query events loss when session closes during query execution
hvanhovell
(spark) branch master updated: [SPARK-33902][SQL] Support CREATE TABLE LIKE for V2
gengliang
(spark) branch master updated: [SPARK-56201][SS] Run SPARK-49829 tests with VCF joins now that StateDataSource supports it
wenchen
(spark) branch master updated: [SPARK-56003][BUILD] Use Nisse as plugin and bump it to 0.7.0
chengpan
(spark) branch master updated (b2abf57797ee -> 9bbc7b74c620)
gurwls223
(spark) branch master updated: [SPARK-55170][PYTHON][FOLLOWUP] Extract _read_arrow_stream to fix latent recursion in _load_group_dataframes
gurwls223
(spark) branch master updated: [SPARK-56179][PYTHON] Consolidate error classes for type mismatch - part 2
ruifengz
(spark) branch master updated: [SPARK-55866][SQL] Rename _LEGACY_ERROR_TEMP_2145 to OPTION_VALUE_EXCEEDS_ONE_CHARACTER
wenchen
(spark) branch master updated: [SPARK-55862][SQL] Rename _LEGACY_ERROR_TEMP_2027 to UNEXPECTED_OPERATOR_IN_CORRELATED_SUBQUERY
wenchen
(spark) branch master updated: [SPARK-55861][SQL] Rename _LEGACY_ERROR_TEMP_2045 to UNSUPPORTED_TABLE_CHANGE
wenchen
(spark-connect-swift) branch main updated: [SPARK-56197] Use `musl` Static Linux SDK for `Examples` Docker images
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56195] Fix `BaseStatus` to handle when K8s API returns `null` for `stateTransitionHistory`
dongjoon
(spark-connect-swift) branch main updated: [SPARK-56196] Use official `Swift 6.3` Docker image instead of nightly
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56193] Fix `spark-operator-api` to use `compileOnly` for `Lombok`
dongjoon
(spark) branch master updated: [SPARK-56184][SQL] Replace `assert` with proper `SparkRuntimeException` in partition column parsing
wenchen
(spark-kubernetes-operator) branch main updated: [SPARK-56194] Upgrade `Lombok` to 1.18.44
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-56192] Exclude `spotbugs-annotations` from the uber jar
dongjoon
(spark-connect-swift) branch main updated: [SPARK-56191] Upgrade `gRPC Swift NIO Transport` to 2.6.0
dongjoon
(spark) branch master updated: [SPARK-55700][PS][FOLLOW-UP] Use positional access when squeezing a single-element Series
dongjoon
(spark) branch master updated: [SPARK-56188][PS] Align Series.map({}) with pandas 3 empty-dict behavior
dongjoon
(spark) branch master updated: [SPARK-56151][SQL] Improve CreateVariable display string
dongjoon
(spark-website) branch asf-site updated: [SPARK-55489] Update extended LTS period post SPIP ratification
holden
(spark) branch master updated: [SPARK-56153][SQL][TEST] Add trait `QueryTestBase`
dongjoon
(spark) branch master updated: [SPARK-56180][INFRA] `build/mvn` prefer to download tgz from Google mirror of Maven Central
dongjoon
(spark) branch master updated (d7e9baa06846 -> 71b4d1b56d2e)
dongjoon
(spark) branch master updated: [SPARK-55729][SS] Support state data source reader for new state format v4 on stream-stream join
kabhwan
(spark) branch master updated: [SPARK-51712][SQL] Swallow non-fatal Throwables when resolving tables/views in spark.catalog.listTables()
gurwls223
(spark) branch master updated: [SPARK-56089][SQL][FOLLOW-UP] Use ctx.freshName for codegen variables in Asinh/Acosh
wenchen
(spark) branch master updated: [SPARK-56186][PYTHON] Retire pypy
gurwls223
(spark) branch branch-4.0 updated: [SPARK-55969][SQL] regr_r2 should treat first param as dependent variable
gurwls223
(spark) branch branch-3.5 updated: [SPARK-55969][SQL] regr_r2 should treat first param as dependent variable
gurwls223
Earlier messages
Later messages