commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
(spark) branch master updated: [SPARK-55706][SQL][TESTS] Disable DB2 JDBC Driver tests
chengpan
(spark) branch master updated: [SPARK-55704][K8S] Add `Constants.DEFAULT_PVC_ACCESS_MODE` for reuse
dongjoon
(spark) branch master updated: [SPARK-55687][SQL][TEST] Fix ComputeCurrentTimeSuite - No duplicate literals on JDK 25
dongjoon
(spark) branch master updated: [SPARK-55703][K8S][DOCS][INFRA] Upgrade Volcano to 1.14.1
dongjoon
(spark) branch master updated: [SPARK-55640][GEO][SQL] Propagate WKB parsing errors for Geometry and Geography
wenchen
(spark) branch master updated: [SPARK-55671][PYTHON][TESTS] Add zstandard requirement to connect requirement
ruifengz
(spark) branch master updated: [SPARK-55697][INFRA] Add `create_spark_jira.py` script
dongjoon
(spark) branch master updated: [SPARK-55665][PYTHON] Unify how workers establish connection with the executor
ruifengz
(spark) branch branch-4.1 updated: [SPARK-51695][SQL][DOCS][FOLLOW-UP] Clarify NULL handling semantics in UNIQUE constraint Javadoc
gengliang
(spark) branch master updated: [SPARK-51695][SQL][DOCS][FOLLOW-UP] Clarify NULL handling semantics in UNIQUE constraint Javadoc
gengliang
(spark) branch master updated: [SPARK-55631][SQL] ALTER TABLE must invalidate cache for DSv2 tables
gengliang
(spark) branch master updated: [SPARK-55406][PYTHON][CONNECT][FOLLOW-UP] Add a timeout for release wait
gurwls223
(spark) branch master updated: [SPARK-55666][PYTHON][TEST] Fix flaky connect tests due to non-deterministic row order
ueshin
(spark) branch master updated: [SPARK-55672][PS][TESTS] Fix error message check due to StringDtype(na_value=nan)
ueshin
(spark) branch master updated: [SPARK-55694][SQL] Block constraints in CTAS/RTAS at parser level
gengliang
(spark) branch branch-4.1 updated: [SPARK-55694][SQL] Block constraints in CTAS/RTAS at parser level
gengliang
(spark) branch master updated: [SPARK-54374][SQL][UI][FOLLOWUP] Fix SQL plan visualization display issue caused by initial viewBox
dongjoon
(spark) branch master updated: Revert "[SPARK-41398][SQL][FOLLOWUP] Update runtime filtering javadocto reflect relaxed partition constraints"
dongjoon
(spark) branch branch-4.1 updated: Revert "[SPARK-55525][PYTHON] Fix UDTF_ARROW_TYPE_CONVERSION_ERROR with undefined error message parameter"
dongjoon
(spark) branch branch-4.0 updated: [SPARK-55688][BUILD] Upgrade `aircompressor` to 2.0.3
dongjoon
(spark) branch branch-4.1 updated: [SPARK-55688][BUILD] Upgrade `aircompressor` to 2.0.3
dongjoon
(spark) branch master updated: [SPARK-55688][BUILD] Upgrade `aircompressor` to 2.0.3
dongjoon
(spark) branch master updated: [SPARK-55601][SS] Hook StreamingSourceIdentifyingName into MicrobatchExecution for source naming
ashrigondekar
(spark) branch master updated: [SPARK-55155] Fix SET CATALOG to use special chars and backticks in the identifier name
dtenedor
(spark) branch master updated: [SPARK-55322][SQL][TESTS][FOLLOWUP] Fix `max_by and min_by with k` failure when ANSI mode is disabled
dongjoon
(spark) branch master updated: [SPARK-55683][SQL] Optimize `VectorizedPlainValuesReader.readUnsignedLongs`
dongjoon
(spark) branch dependabot/maven/io.airlift-aircompressor-2.0.3 deleted (was 654ad701d2f7)
github-bot
(spark) branch dependabot/maven/io.airlift-aircompressor-2.0.3 created (now 654ad701d2f7)
github-bot
(spark) branch master updated: [SPARK-55606][CONNECT] Server-side implementation of GetStatus API
hvanhovell
(spark) branch master updated: [SPARK-55684][BUILD] Upgrade sbt to `1.12.4`
chengpan
(spark) branch master updated: [SPARK-55682][CORE][SQL] ServiceLoader returned iterator may throw `NoClassDefFoundError` on `hasNext()`
chengpan
(spark-kubernetes-operator) branch main updated: [SPARK-55611] Add `RunningWithPartialCapacity` state for `SparkApplication` CRD
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55680] Remove `spark.kubernetes.driver.pod.excludedFeatureSteps` config from examples
dongjoon
(spark) branch master updated: [SPARK-55681][SQL] Fix singleton DataType equality after deserialization
wenchen
(spark) branch master updated: [SPARK-55673][SQL] Add more tests for nested type encoder
wenchen
(spark-website) branch asf-site updated: Update the guidance for pinging interested parties on PRs (#680)
chengpan
(spark) branch master updated: [SPARK-55679][CORE] Fix dectecting `sun.io.serialization.extendedDebugInfo` on Java 25
dongjoon
(spark) branch master updated: [SPARK-55674][PYTHON] Optimize 0-column table conversion in Spark Connect
gurwls223
(spark) branch master updated: [SPARK-55675][PS][TESTS] Fix tests for window functions
gurwls223
(spark) branch master updated: [SPARK-55656][BUILD] Upgrade Guava to 33.5.0-jre
yangjie01
(spark-kubernetes-operator) branch main updated: [SPARK-55676] Upgrade Hadoop to 3.4.3
dongjoon
(spark) branch master updated: [SPARK-55678][BUILD][FOLLOWUP] Add Maven Java 25 daily CI and update badges
yangjie01
(spark) branch master updated: [SPARK-55670][BUILD] Add `-Dio.netty.noUnsafe=false` to enable Java 25 support
chengpan
(spark) branch master updated: [SPARK-55677][BUILD] Upgrade `commons-cli` to 1.11.0
dongjoon
(spark) branch master updated: [SPARK-55678][BUILD] Add daily test for Java 25
chengpan
(spark) branch master updated: [SPARK-55652][SQL] Optimize `VectorizedPlainValuesReader.readShorts()` with direct array access for heap buffers
yangjie01
[PR] Update the guidance for pinging interested parties on PRs [spark-website]
via GitHub
Re: [PR] Update the guidance for pinging interested parties on PRs [spark-website]
via GitHub
(spark) branch master updated: [SPARK-54276][BUILD] Bump Hadoop 3.4.3
dongjoon
(spark) branch master updated: [SPARK-55636][CONNECT] Add detailed errors in case of deduplication of invalid columns
gurwls223
(spark) branch master updated: [SPARK-54666][PS] Leave numeric types unchanged on `to_numeric`
gurwls223
(spark) branch master updated: [SPARK-55600][PYTHON] Fix pandas to arrow loses row count when schema has 0 columns on classic
ueshin
(spark) branch master updated: [SPARK-55296][PS][FOLLOW-UP] Disconnect the anchor for more cases to mimic the CoW mode behavior
ueshin
(spark) branch master updated: [SPARK-55648][PS] Handle an unexpected keyword argument error `groupby(axis)` with pandas 3
ueshin
(spark-kubernetes-operator) branch main updated: [SPARK-55660] Add `On-Demand PVC` example
dongjoon
(spark) branch master updated: [SPARK-55659][CORE] Improve `EventLogFileWriter` to log `stop` operation
dongjoon
(spark) branch master updated: [SPARK-55622][SQL][TESTS] Add test for DSV2 Tables with multi-part names on SessionCatalog
chengpan
(spark) branch master updated: [SPARK-55052][SQL] Add AQEShuffleRead properties to Physical Plan Tree
wenchen
(spark) branch master updated: [SPARK-55264] Add ExecuteOutput command to Spark Connect pipelines proto
hvanhovell
(spark) branch master updated: [SPARK-55655][MLLIB] Make `CountVectorizer` vocabulary deterministic when counts are equal
dongjoon
(spark) branch master updated: [SPARK-55653][K8S] Support `NetworkPolicy` for Spark executor pods
dongjoon
(spark) branch master updated: [SPARK-55654][SQL] Enable TreePattern pruning for EliminateSubqueryAliases and ResolveInlineTables
yao
(spark) branch branch-4.1 updated: [SPARK-55647][SQL] Fix `ConstantPropagation` incorrectly replacing attributes with non-binary-stable collations
wenchen
(spark) branch master updated: [SPARK-55647][SQL] Fix `ConstantPropagation` incorrectly replacing attributes with non-binary-stable collations
wenchen
(spark-kubernetes-operator) branch main updated: [SPARK-55651] Improve `create_spark_jira.py` to support the version parameter
dongjoon
(spark-connect-swift) branch main updated: [SPARK-55650] Improve `create_spark_jira.py` to support the version parameter
dongjoon
(spark) branch master updated: [SPARK-55075][K8S] Track executor pod creation errors with ExecutorFailureTracker
dongjoon
(spark) branch master updated: [SPARK-55649][K8S] Promote `Kubernetes(Driver|Executor)?FeatureConfigStep` traits to `Stable`
dongjoon
(spark) branch master updated: [SPARK-55646][SQL] Refactored SQLExecution.withThreadLocalCaptured to separate thread-local capture from execution
wenchen
(spark) branch master updated: [SPARK-55643][INFRA] Add connection timeout to JIRA client to prevent hanging and enable retries
dongjoon
(spark) branch master updated: [SPARK-54868][PYTHON][INFRA][FOLLOWUP] Add PYSPARK_TEST_TIMEOUT to hosted runner test action
ruifengz
(spark) branch master updated: [SPARK-55624][PS][TESTS][FOLLOW-UP] Fix `_ignore_arrow_dtypes` util for DataFrame
ueshin
(spark) branch master updated: [SPARK-55616][BUILD] Bump RoaringBitmap 1.6.10 which backs to Maven Central
chengpan
(spark) branch branch-4.1 updated: [SPARK-51834][SQL][FOLLOW-UP][4.1] Add missing `.withConstraints()` in `AtomicReplaceTableExec`
gengliang
(spark-kubernetes-operator) branch main updated: [SPARK-55644] Add `instanceConfig` `SparkApplication` example
dongjoon
(spark-connect-swift) branch main updated: [SPARK-55642] Add connection timeout to JIRA client to prevent hanging and enable retries
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55641] Add connection timeout to JIRA client to prevent hanging and enable retries
dongjoon
(spark) branch master updated: [SPARK-54325][TESTS] Use custom matcher in ExecutorSuite testThrowable
holden
(spark-website) branch asf-site updated: Fix a couple of typos in contributing.md
holden
(spark) branch master updated: [SPARK-46168][PS] Add axis argument for idxmax
holden
(spark) branch branch-4.1 updated: [SPARK-55525][PYTHON] Fix UDTF_ARROW_TYPE_CONVERSION_ERROR with undefined error message parameter
allisonwang
(spark) branch master updated: [SPARK-55525][PYTHON] Fix UDTF_ARROW_TYPE_CONVERSION_ERROR with undefined error message parameter
allisonwang
(spark) branch master updated: [SPARK-55062][PROTOBUF] Support proto2 extensions in protobuf functions
ashrigondekar
(spark) branch master updated: [SPARK-55571][SQL][TESTS] Upgrade `PostgreSQL` image to `18.2-alpine`
dongjoon
(spark) branch branch-4.0 updated: [SPARK-55637][SQL][TESTS] Generalize `postgres-krb-setup.sh` to find config files
dongjoon
(spark) branch branch-4.1 updated: [SPARK-55637][SQL][TESTS] Generalize `postgres-krb-setup.sh` to find config files
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55634] Use `Mermaid` for `(Application|Cluster) State Transition`
dongjoon
(spark) branch master updated: [SPARK-55637][SQL][TESTS] Generalize `postgres-krb-setup.sh` to find config files
dongjoon
(spark) branch master updated: [SPARK-55570][SQL][TESTS] Upgrade `MariaDB` image to `12.2.2`
dongjoon
(spark) branch master updated: [SPARK-55638][SPARK][GEO][SQL] Refactor WKT serialization in GeometryModel
wenchen
(spark) branch master updated: [SPARK-55626][SQL] Don't load metadata columns on Table unless needed in V2TableUtil
dongjoon
(spark-connect-swift) branch main updated: [SPARK-55635] Improve `create_spark_jira.py` to support TYPE parameter `-t`
dongjoon
(spark-connect-swift) branch main updated: [SPARK-55632] Upgrade `gRPC Swift NIO Transport` to 2.4.2
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55633] Improve `create_spark_jira.py` to support TYPE parameter `-t`
dongjoon
(spark) branch master updated: [SPARK-55627][PYTHON][TESTS] Put CustomChannelBuilder inside should_test_connect
gurwls223
(spark) branch master updated: [SPARK-55462][PYTHON] Support VariantType in convert_numpy
gurwls223
(spark) branch master updated: [SPARK-55613][PYTHON][TESTS] Add main block for tests that are missing it
gurwls223
(spark) branch master updated: [SPARK-46162][PS] Implement nunique with axis=1
gurwls223
(spark) branch master updated: [SPARK-55624][PS][TESTS] Ignore ArrowDtype in tests with pandas 3
gurwls223
(spark) branch master updated: [SPARK-55625][PS] Fix StringOps to make `str` dtype work properly
gurwls223
(spark) branch master updated: [SPARK-45414][SQL][TESTS] Add regression tests for XML mixed type serialization
wenchen
(spark) branch master updated: [SPARK-55530][GEO][SQL] Support Geo result sets in Hive and Thrift server
wenchen
(spark) branch branch-4.1 updated: [SPARK-55619][SQL][4.1] Fix custom metrics in case of coalesced partitions
viirya
(spark) branch branch-3.5 updated: [SPARK-55619][SQL][3.5] Fix custom metrics in case of coalesced partitions
viirya
[PR] Fix a couple of typos in contributing.md [spark-website]
via GitHub
Re: [PR] Fix a couple of typos in contributing.md [spark-website]
via GitHub
Re: [PR] Fix a couple of typos in contributing.md [spark-website]
via GitHub
Re: [PR] Fix a couple of typos in contributing.md [spark-website]
via GitHub
Re: [PR] Fix a couple of typos in contributing.md [spark-website]
via GitHub
(spark) branch branch-4.0 updated: [SPARK-55619][SQL][4.0] Fix custom metrics in case of coalesced partitions
viirya
(spark) branch master updated: [SPARK-55493][SS] Do not mkdirs in streaming checkpoint state directory in StateDataSource
ashrigondekar
(spark) branch branch-3.5 updated: [SPARK-55302][SQL][3.5] Fix custom metrics in case of `KeyGroupedPartitioning`
dongjoon
(spark) branch branch-4.1 updated: [SPARK-55302][SQL][4.1] Fix custom metrics in case of `KeyGroupedPartitioning`
dongjoon
(spark) branch branch-4.0 updated: [SPARK-55302][SQL][4.0] Fix custom metrics in case of `KeyGroupedPartitioning`
dongjoon
(spark) branch master updated: [SPARK-55322][SQL] `MaxBy` and `MinBy` Overload with K Elements
viirya
(spark) branch master updated (eb2adde2f2db -> c70639910f9d)
viirya
(spark) branch master updated: [SPARK-54835][SQL][TESTS][FOLLOWUP] Drain listener bus before registering listener in test
dongjoon
(spark) branch master updated (29fc55980059 -> 89aafe652ade)
dongjoon
(spark) branch master updated: [SPARK-55296][PS][FOLLOW-UP] Fix CoW mode not to break groupby
gurwls223
(spark) branch master updated: [SPARK-55612][PYTHON][TESTS] Add test_dataframe_query_context to modules
gurwls223
(spark) branch branch-4.0 updated: [SPARK-54599][PYTHON][FOLLOWUP][4.0] Remove another error message check to make CI happy
gurwls223
(spark) branch master updated: [SPARK-55593][SQL] Unify aggregation state for vector_avg/vector_sum
wenchen
(spark) branch master updated: [SPARK-55492][SQL][SS] Validate that eventTime in withWatermark is top-level column
kabhwan
(spark) branch master updated: [SPARK-55615][PYTHON][CONNECT] Move SparkContext import into class branch
gurwls223
(spark) branch master updated: [SPARK-55614][BUILD] Add AGENTS.MD
gurwls223
(spark) branch master updated: [SPARK-55561][SS] Add retries for all Kafka admin client methods
ashrigondekar
(spark) branch master updated: [SPARK-55607][PYTHON][TESTS] Skip test_session if we should not test connect
gurwls223
(spark) branch master updated: [SPARK-55296][PS] Support CoW mode with pandas 3
ueshin
(spark) branch master updated: [SPARK-55024][SQL][FOLLOWUP] Delay namespace length check to v1 identifier creation
wenchen
(spark) branch master updated: [SPARK-55605][BUILD][DOCS] Bump dev.ludovic.netlib 3.1.1 and update docs
dongjoon
(spark) branch master updated: [SPARK-55551][SQL] Improve `BroadcastHashJoinExec` output partitioning
ptoth
(spark) branch master updated: [SPARK-55604][INFRA] Make `actions/*` GitHub Actions jobs up-to-date
dongjoon
(spark) branch branch-4.0 updated: [SPARK-55416][SS][PYTHON][4.0] Streaming Python Data Source memory leak when end-offset is not updated
kabhwan
(spark) branch branch-4.1 updated: [SPARK-55416][SS][PYTHON][4.1] Streaming Python Data Source memory leak when end-offset is not updated
kabhwan
(spark) branch master updated: [SPARK-55603][K8S] Improve `removeExecutorFromK8s` to use `patch` instead of `edit` API
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55602] Update `setup-java` to v5
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55598] Update `rsync-deployments` tag to 8.0.3
dongjoon
(spark) branch branch-4.0 updated: [SPARK-54599][PYTHON][FOLLOWUP][4.0] Remove an error message check to make CI happy
gurwls223
(spark) branch master updated: [SPARK-55020][PYTHON][FOLLOW-UP] Use `iter()` to get an iterator from ExecutePlan
gurwls223
(spark) branch master updated: [SPARK-55540][DOCS] Fix capitalization inconsistency in PySpark Overview "Live Notebook" link
gurwls223
(spark) branch master updated: [SPARK-55518][INFRA][PYTHON][DOCS] Upgrade Python to 3.12 in doc build
gurwls223
(spark) branch master updated: [SPARK-46163][PS] DataFrame.update parameters filter_func and errors
gurwls223
(spark) branch master updated: [SPARK-55159][PYTHON] Consolidate pandas-to-Arrow conversion utilities in serializers
gurwls223
(spark) branch master updated: [SPARK-55505][SQL] Fix NPE on reading EXECUTION_ROOT_ID_KEY in concurrent scenarios
gurwls223
(spark) branch branch-3.5 updated: [SPARK-55599][BUILD] Replaces dots to hyphens in release announcement pages
gurwls223
(spark) branch branch-4.0 updated: [SPARK-55599][BUILD] Replaces dots to hyphens in release announcement pages
gurwls223
(spark) branch branch-4.1 updated: [SPARK-55599][BUILD] Replaces dots to hyphens in release announcement pages
gurwls223
(spark) branch master updated: [SPARK-55599][BUILD] Replaces dots to hyphens in release announcement pages
gurwls223
(spark) branch master updated: [SPARK-55576][PYTHON][TESTS] Use the latest spark version for test_install_spark
dongjoon
(spark) branch master updated: [SPARK-55314][CONNECT] Propagate observed metrics errors to client
gurwls223
(spark) branch master updated: [SPARK-55594][INFRA] Fix `test_report.yml` to ignore `pages.yml`
dongjoon
(spark) branch master updated: [SPARK-51834][SQL][FOLLOW-UP] Add missing `.withConstraints()` in `AtomicReplaceTableExec`
gengliang
(spark) branch master updated: [SPARK-55494][SS] Introduce iterator/prefixScan with multi-values in StateStore API
kabhwan
(spark) branch master updated: [SPARK-55490][PS][FOLLOW-UP] Fix `groupby(as_index=False).agg` with dict
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55592] Revise subtask creating message
dongjoon
(spark-connect-swift) branch main updated: [SPARK-55591] Revise subtask creating message
dongjoon
(spark) branch master updated: [SPARK-55582][SQL][TESTS] Add `StarRocksIntegrationSuite`
dongjoon
(spark) branch master updated: [SPARK-55573][SQL][TESTS] Upgrade `PostgreSQL` JDBC driver to `42.7.10` and revise test case
dongjoon
(spark) branch master updated: [SPARK-55590][SQL][TESTS] Add `mysql-connector-j` test dependency to `sql/core` module
dongjoon
(spark-docker) branch master updated: [SPARK-55548] Enable `GitHub Issues` feature (#106)
dongjoon
(spark-connect-swift) branch main updated: [SPARK-55544] Enable `GitHub Issues` feature
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55546] Enable `GitHub Issues` feature
dongjoon
(spark) branch master updated (b9c2a4159c94 -> cb3ff7234c2c)
wenchen
(spark) branch master updated: [SPARK-55586][EXAMPLE] Add `jdbc.py` Example
dongjoon
(spark) branch master updated: [SPARK-55580][SQL][TESTS] Use `spark` instead of `sqlContext` in `docker-integration-tests`
dongjoon
(spark) branch master updated: [SPARK-55578][SQL][TESTS] Improve `DockerJDBCIntegrationSuite` to support `sleepBeforeTesting`
dongjoon
(spark) branch master updated (89e2a47d40f5 -> ba3c03e698ef)
dongjoon
(spark) branch master updated: [SPARK-55574][SQL][TESTS] Upgrade `MariaDB` JDBC driver to `3.5.7` and revise test suites
dongjoon
(spark) branch master updated: [SPARK-55547][INFRA] Enable `GitHub Issues` feature
dongjoon
(spark) branch master updated (5353406f2579 -> 20d0c2a9e220)
ruifengz
(spark) branch master updated (f74d3fbbd41d -> 5353406f2579)
ruifengz
(spark) branch master updated: [SPARK-55474][PYTHON][TESTS] Remove test files from ignore list of ruff
ruifengz
(spark) branch master updated: [SPARK-55506][PYTHON] Pass explicit input schema to `to_pandas` in `CogroupPandasUDFSerializer`
ruifengz
(spark) branch master updated: [SPARK-55405][PYTHON][TESTS][FOLLOW-UP] Add ARM overrides for float-to-int unsafe cast golden file mismatches
ruifengz
(spark) branch master updated: [SPARK-55572][SQL][TESTS] Upgrade `MySQL` image to `9.6.0`
dongjoon
(spark) branch master updated: [SPARK-55529][PYTHON] Restore Arrow-level batch merge for non-iterator applyInPandas
ueshin
(spark-kubernetes-operator) branch main updated: [SPARK-55566] Add `SparkClusterReconcilerTest`
dongjoon
(spark) branch master updated: [SPARK-55507][PYTHON] Add None check for field.metadata in is_geometry and is_geography
wenchen
(spark) branch branch-4.1 updated: [SPARK-55552][SQL] Add VariantType support to ColumnarBatchRow.copy() and MutableColumnarRow
wenchen
(spark) branch master updated: [SPARK-55552][SQL] Add VariantType support to ColumnarBatchRow.copy() and MutableColumnarRow
wenchen
(spark) branch master updated: [SPARK-55471] Add optimizer support for SequentialStreamingUnion
wenchen
(spark-kubernetes-operator) branch main updated: [SPARK-55567] Remove `HttpServletRequest` usage
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55550] Add `Apache Celeborn` example
dongjoon
(spark-connect-swift) branch main updated: [SPARK-55564] Improve `create_spark_jira.py` to support `-p` to set the parent JIRA ID
dongjoon
(spark-connect-swift) branch main updated: [SPARK-55565] Upgrade `FlatBuffers` to v25.12.19-2026-02-06-03fffb2
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55563] Add `JWSFilter`-enabled Spark History Server example
dongjoon
(spark) branch master updated: [SPARK-55496][K8S] Support re-use of scaled PVCs
dongjoon
(spark) branch master updated (fcab26b98f9e -> ba75561ff4a4)
wenchen
(spark) branch master updated: [SPARK-55541][GEO][SQL] Support Geometry and Geography in catalyst type converters
wenchen
(spark) branch master updated: [SPARK-55261][GEO][SQL] Implement Parquet read support for Geo types
wenchen
(spark) branch master updated (39fef73e45e3 -> 6c8d2ef5fc92)
wenchen
(spark) branch master updated: [SPARK-55372][SQL] Fix `SHOW CREATE TABLE` for tables / views with default collation
wenchen
(spark-docker) branch master updated: [SPARK-55549] Update PR template according to the ASF Generative Tooling Guidance recommendations
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55545] Improve `create_spark_jira.py` to support `-p` to set the parent JIRA ID
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55537] Check `spark.dynamicAllocation.enabled` before overriding deleteOnTermination
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-55543] Change `SentinelManager.getSentinelResources` to `package private`
dongjoon
(spark-connect-swift) branch main updated: [SPARK-55542] Upgrade `gRPC Swift Protobuf` to 2.2.0
dongjoon
(spark-connect-swift) branch main updated: [SPARK-55538] Add IDEs and MacOS settings to `.gitignore`
dongjoon
(spark) branch master updated: [SPARK-55533][SQL] Support IGNORE NULLS / RESPECT NULLS for collect_set
dongjoon
[PR] Highlight Declarative Pipeline support on homepage [spark-website]
via GitHub
Earlier messages
Later messages