commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
(spark) branch master updated: [SPARK-56956][SPARK-56651][CONNECT][SDP][FOLLOWUP] Address review comments for AutoCDC flow dataclasses and Python APIs
szehon
(spark) branch branch-4.x updated: [SPARK-56956][SPARK-56651][CONNECT][SDP][FOLLOWUP] Address review comments for AutoCDC flow dataclasses and Python APIs
szehon
(spark-website) branch asf-site updated: Add Yicong Huang to committers
yiconghuang
(spark) branch branch-4.x updated: [SPARK-57193][SQL] Refactor some helpers out of TimeWindowResolution
dtenedor
(spark) branch master updated: [SPARK-57193][SQL] Refactor some helpers out of TimeWindowResolution
dtenedor
(spark) branch branch-4.x updated: [SPARK-57170][SQL] Simplify Cast string to float/double codegen under ANSI mode
gengliang
(spark) branch master updated: [SPARK-57170][SQL] Simplify Cast string to float/double codegen under ANSI mode
gengliang
(spark) branch branch-4.x updated: [SPARK-57169][SQL] Simplify NextDay codegen under ANSI mode
gengliang
(spark) branch master updated: [SPARK-57169][SQL] Simplify NextDay codegen under ANSI mode
gengliang
(spark) branch branch-4.2 updated: [SPARK-57185][SQL] Use thread-local ICU collators to fix lock contention in CollationFactory
wenchen
(spark) branch master updated: [SPARK-57185][SQL] Use thread-local ICU collators to fix lock contention in CollationFactory
wenchen
(spark) branch branch-4.x updated: [SPARK-57185][SQL] Use thread-local ICU collators to fix lock contention in CollationFactory
wenchen
(spark) branch branch-4.x updated: [SPARK-57184][SQL] Recurse into CalendarInterval children when appending a null struct
maxgekk
(spark) branch master updated: [SPARK-57184][SQL] Recurse into CalendarInterval children when appending a null struct
maxgekk
(spark) branch branch-4.x updated: [SPARK-57103][SQL] Wire ordering for nanosecond timestamp types
maxgekk
(spark) branch master updated: [SPARK-57103][SQL] Wire ordering for nanosecond timestamp types
maxgekk
(spark) branch branch-4.2 updated: [SPARK-55326][PYTHON][CONNECT][FOLLOWUP] Skip cleanup RPCs in _on_exit when client is already closed
wenchen
(spark) branch branch-4.x updated: [SPARK-55326][PYTHON][CONNECT][FOLLOWUP] Skip cleanup RPCs in _on_exit when client is already closed
wenchen
(spark) branch master updated (447d3b411240 -> 75ea3db736bc)
wenchen
(spark) branch branch-4.x updated: [SPARK-56638][SQL] Replace legacy parser error for ParserUtils validation failures
wenchen
(spark) branch master updated: [SPARK-56638][SQL] Replace legacy parser error for ParserUtils validation failures
wenchen
(spark) branch branch-4.x updated: [SPARK-57168][SQL] Simplify GetTimestamp codegen under ANSI mode
gengliang
(spark) branch master updated: [SPARK-57168][SQL] Simplify GetTimestamp codegen under ANSI mode
gengliang
(spark) branch branch-4.2 updated: [SPARK-56462][SQL] Fix MERGE UPDATE */INSERT * schema evolution failure when source col contains special characters like dot/space
szehon
(spark) branch branch-4.x updated: [SPARK-56462][SQL] Fix MERGE UPDATE */INSERT * schema evolution failure when source col contains special characters like dot/space
szehon
(spark) branch master updated: [SPARK-56462][SQL] Fix MERGE UPDATE */INSERT * schema evolution failure when source col contains special characters like dot/space
szehon
(spark) branch branch-4.x updated: [SPARK-57100][SQL] Add columnar (ColumnVector) support for nanosecond timestamp types
maxgekk
(spark) branch master updated: [SPARK-57100][SQL] Add columnar (ColumnVector) support for nanosecond timestamp types
maxgekk
(spark) branch branch-4.x updated: [SPARK-57027][SQL] SortMergeJoinExec: skip statically-dead branches in codegen
gengliang
(spark) branch master updated: [SPARK-57027][SQL] SortMergeJoinExec: skip statically-dead branches in codegen
gengliang
(spark) branch branch-4.x updated: [SPARK-57033][SQL] Add java.time LocalDateTime/Instant conversion and Dataset roundtrip for nanosecond timestamps
maxgekk
(spark) branch master updated: [SPARK-57033][SQL] Add java.time LocalDateTime/Instant conversion and Dataset roundtrip for nanosecond timestamps
maxgekk
(spark) branch branch-4.x updated: [SPARK-57167][SQL] Simplify MakeTimestamp codegen under ANSI mode
gengliang
(spark) branch master updated: [SPARK-57167][SQL] Simplify MakeTimestamp codegen under ANSI mode
gengliang
(spark) branch master updated: [SPARK-55886][SQL][PYTHON] Add DataFrame.zip for merging column-projected DataFrames
wenchen
(spark) branch branch-4.x updated: [SPARK-55886][SQL][PYTHON] Add DataFrame.zip for merging column-projected DataFrames
wenchen
(spark) branch branch-4.2 updated: [SPARK-56917][TEST][CONNECT] Expand Connect-specific tests for DataFrame column resolution
wenchen
(spark) branch master updated: [SPARK-56917][TEST][CONNECT] Expand Connect-specific tests for DataFrame column resolution
wenchen
(spark) branch branch-4.x updated: [SPARK-56917][TEST][CONNECT] Expand Connect-specific tests for DataFrame column resolution
wenchen
(spark) branch branch-4.2 updated: [SPARK-56618][SQL][TEST] Add DSv2 join refresh tests for incrementally constructed queries
wenchen
(spark) branch branch-4.x updated: [SPARK-56618][SQL][TEST] Add DSv2 join refresh tests for incrementally constructed queries
wenchen
(spark) branch master updated: [SPARK-56618][SQL][TEST] Add DSv2 join refresh tests for incrementally constructed queries
wenchen
(spark) branch branch-4.2 updated: [SPARK-52812][CONNECT] Preserve spark.sql.sources.default for eager createTable(tableName, path)
wenchen
(spark) branch branch-4.x updated: [SPARK-52812][CONNECT] Preserve spark.sql.sources.default for eager createTable(tableName, path)
wenchen
(spark) branch master updated: [SPARK-52812][CONNECT] Preserve spark.sql.sources.default for eager createTable(tableName, path)
wenchen
(spark) branch branch-4.2 updated: [SPARK-52812][SQL] Make Spark Connect Catalog.createTable eager
wenchen
(spark) branch branch-4.x updated: [SPARK-57028][SQL] HashJoin: drop conditionPassed in codegenOuter when there is no join condition
gengliang
(spark) branch master updated: [SPARK-57028][SQL] HashJoin: drop conditionPassed in codegenOuter when there is no join condition
gengliang
(spark) branch branch-4.x updated: [SPARK-57026][SQL] SortMergeJoinExec and ShuffledHashJoinExec: replace anonymous TaskCompletionListener with shared JoinHelper methods
gengliang
(spark) branch master updated (1062b5e0963e -> be8a32d67656)
gengliang
(spark) branch master updated: [SPARK-53454][SQL] Handle AlwaysTrue/AlwaysFalse in JDBCSQLBuilder
wenchen
(spark) branch branch-4.2 updated: [SPARK-53454][SQL] Handle AlwaysTrue/AlwaysFalse in JDBCSQLBuilder
wenchen
(spark) branch branch-4.x updated: [SPARK-53454][SQL] Handle AlwaysTrue/AlwaysFalse in JDBCSQLBuilder
wenchen
(spark) branch branch-4.x updated: [SPARK-57109][SQL] SYSTEM.SESSION should not be part of SYSTEM_PATH
wenchen
(spark) branch branch-4.2 updated: [SPARK-57109][SQL] SYSTEM.SESSION should not be part of SYSTEM_PATH
wenchen
(spark) branch master updated: [SPARK-57109][SQL] SYSTEM.SESSION should not be part of SYSTEM_PATH
wenchen
(spark) branch branch-4.x updated: [SPARK-56661] Fixing MapPartitionsExternalUDF to generate output attributes only once
hvanhovell
(spark) branch master updated: [SPARK-56661] Fixing MapPartitionsExternalUDF to generate output attributes only once
hvanhovell
(spark) branch master updated: [SPARK-57130][BUILD] `make-distribution.sh` copies only git-tracked files for python
chengpan
(spark) branch branch-4.x updated: [SPARK-57130][BUILD] `make-distribution.sh` copies only git-tracked files for python
chengpan
(spark-connect-swift) branch main updated: [SPARK-57156] Harden fork CI status workflows against run/check-run race and pagination
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-57157] Harden fork CI status workflows against run/check-run race and pagination
dongjoon
(spark) branch branch-4.x updated: [SPARK-57154][INFRA] Harden `notify_test_workflow` against fork run/check-run race
viirya
(spark) branch branch-4.x updated: [SPARK-57155][INFRA] Fix `update_build_status` check-run pagination and output parsing
viirya
(spark) branch master updated: [SPARK-57155][INFRA] Fix `update_build_status` check-run pagination and output parsing
viirya
(spark) branch master updated: [SPARK-57154][INFRA] Harden `notify_test_workflow` against fork run/check-run race
viirya
(spark) branch branch-4.2 updated: Revert "[SPARK-56975][SS] Reject user-specified schema in DataStreamReader.table()"
ashrigondekar
(spark) branch branch-4.x updated: Revert "[SPARK-56975][SS] Reject user-specified schema in DataStreamReader.table()"
ashrigondekar
(spark) branch master updated: Revert "[SPARK-56975][SS] Reject user-specified schema in DataStreamReader.table()"
ashrigondekar
(spark) branch branch-4.x updated: [SPARK-56912][SQL] Simplify Cast to boolean codegen under ANSI mode
gengliang
(spark) branch master updated: [SPARK-56912][SQL] Simplify Cast to boolean codegen under ANSI mode
gengliang
(spark) branch branch-4.x updated: [SPARK-57143][SQL][TEST] Extend SQL test coverage for grouping analytics
dtenedor
(spark) branch master updated: [SPARK-57143][SQL][TEST] Extend SQL test coverage for grouping analytics
dtenedor
(spark) branch master updated: [SPARK-56968][SS] Force offset log VERSION_2 when streaming source evolution is enabled
ashrigondekar
(spark) branch master updated: [SPARK-57139][SQL] Skip deriving PartitionPredicate for partially pushed down filters
szehon
(spark) branch master updated: [SPARK-51069][SQL] Add big-endian support to UnsafeRowUtils.validateStructuralIntegrityWithReasonImpl
maxgekk
(spark) branch branch-4.x updated: [SPARK-51069][SQL] Add big-endian support to UnsafeRowUtils.validateStructuralIntegrityWithReasonImpl
maxgekk
(spark) branch branch-4.x updated: [SPARK-57139][SQL] Skip deriving PartitionPredicate for partially pushed down filters
szehon
(spark) branch branch-4.2 updated: [SPARK-57139][SQL] Skip deriving PartitionPredicate for partially pushed down filters
szehon
(spark) branch master updated: [SPARK-57004][SQL] Simplify CheckOverflowInSum codegen under ANSI mode
gengliang
(spark) branch branch-4.x updated: [SPARK-57004][SQL] Simplify CheckOverflowInSum codegen under ANSI mode
gengliang
(spark) branch branch-4.x updated: [SPARK-57043][SQL] Collapse grouped SUM(COUNT(1)) rollups
sunchao
(spark) branch master updated: [SPARK-57043][SQL] Collapse grouped SUM(COUNT(1)) rollups
sunchao
(spark-kubernetes-operator) branch main updated: [SPARK-57153] Run CI in forked repositories and report build status to PRs
dongjoon
(spark) branch branch-4.2 updated: [SPARK-57054][SQL] Make view collation sticky across ALTER SCHEMA DEFAULT COLLATION
wenchen
(spark) branch branch-4.x updated: [SPARK-57054][SQL] Make view collation sticky across ALTER SCHEMA DEFAULT COLLATION
wenchen
(spark) branch master updated: [SPARK-57054][SQL] Make view collation sticky across ALTER SCHEMA DEFAULT COLLATION
wenchen
(spark-connect-swift) branch main updated: [SPARK-57151] Run CI in forked repositories and report build status to PRs
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-57147] Add `AGENTS.md` and symlink `CLAUDE.md` to it
dongjoon
(spark-connect-swift) branch main updated: [SPARK-57146] Add `AGENTS.md` and symlink `CLAUDE.md` to it
dongjoon
(spark) branch branch-4.x updated: [SPARK-56914][SQL] Simplify decimal arithmetic codegen under ANSI mode
gengliang
(spark) branch master updated: [SPARK-56914][SQL] Simplify decimal arithmetic codegen under ANSI mode
gengliang
(spark) branch branch-4.x updated: [SPARK-57034][SQL][TEST] Add TimestampNanosTestUtils and RandomDataGenerator support for nanosecond timestamps
maxgekk
(spark) branch master updated: [SPARK-57034][SQL][TEST] Add TimestampNanosTestUtils and RandomDataGenerator support for nanosecond timestamps
maxgekk
(spark) branch branch-4.x updated: [SPARK-57103][SQL] Add Comparable to TimestampNanosVal
maxgekk
(spark) branch master updated: [SPARK-57103][SQL] Add Comparable to TimestampNanosVal
maxgekk
(spark) branch branch-4.2 updated: [SPARK-57138][PYTHON][TEST] Share base mixin across Window and Cogroup Arrow/Pandas siblings
viirya
(spark) branch branch-4.x updated: [SPARK-57138][PYTHON][TEST] Share base mixin across Window and Cogroup Arrow/Pandas siblings
viirya
(spark) branch master updated: [SPARK-57138][PYTHON][TEST] Share base mixin across Window and Cogroup Arrow/Pandas siblings
viirya
(spark-website) branch asf-site updated: Add Szehon Ho to committers
szehon
[PR] Add Szehon Ho to committers [spark-website]
via GitHub
Re: [PR] Add Szehon Ho to committers [spark-website]
via GitHub
Re: [PR] Add Szehon Ho to committers [spark-website]
via GitHub
(spark) branch branch-4.x updated: [SPARK-57075][INFRA] Share precompile Coursier cache with host-runner SBT jobs
ruifengz
(spark) branch master updated: [SPARK-57075][INFRA] Share precompile Coursier cache with host-runner SBT jobs
ruifengz
(spark) branch branch-4.2 updated: [SPARK-57075][INFRA] Share precompile Coursier cache with host-runner SBT jobs
ruifengz
(spark) branch branch-4.x updated: [SPARK-57129][INFRA] Disable post-merge CI on branch-4.x
ruifengz
(spark) branch master updated: [SPARK-57129][INFRA] Disable post-merge CI on branch-4.x
ruifengz
(spark) branch branch-4.0 updated: [SPARK-57115][INFRA] Add Java 17 workflow file
gaogaotiantian
(spark) branch branch-4.1 updated: [SPARK-57115][INFRA] Add Java 17 workflow file
gaogaotiantian
(spark) branch branch-4.2 updated: [SPARK-57115][INFRA] Add Java 17 workflow file
gaogaotiantian
(spark) branch master updated: [SPARK-57115][INFRA] Add Java 17 workflow file
gaogaotiantian
(spark) branch branch-4.2 updated: [SPARK-57137][PYTHON][TEST] Share base mixin across Arrow/Pandas siblings
viirya
(spark) branch branch-4.x updated: [SPARK-57137][PYTHON][TEST] Share base mixin across Arrow/Pandas siblings
viirya
(spark) branch master updated: [SPARK-57137][PYTHON][TEST] Share base mixin across Arrow/Pandas siblings
viirya
(spark) branch master updated: [SPARK-46776][PYTHON] Support pa.ChunkedArray columns in createDataFrame from pandas
yiconghuang
(spark) branch branch-4.x updated: [SPARK-46776][PYTHON] Support pa.ChunkedArray columns in createDataFrame from pandas
yiconghuang
[PR] Add Tian Gao to committers [spark-website]
via GitHub
Re: [PR] Add Tian Gao to committers [spark-website]
via GitHub
[PR] Add Yicong Huang to committers [spark-website]
via GitHub
Re: [PR] Add Yicong Huang to committers [spark-website]
via GitHub
Re: [PR] Add Yicong Huang to committers [spark-website]
via GitHub
Re: [PR] Add Yicong Huang to committers [spark-website]
via GitHub
(spark) branch master updated: [SPARK-57136][INFRA] Disable `build-core-utils` in Non-ANSI scheduled builds
dongjoon
(spark) branch branch-4.2 updated: [SPARK-56132][SS] Call pruneColumns on V2 streaming to fix metadata reading issue
gengliang
(spark) branch branch-4.x updated: [SPARK-56132][SS] Call pruneColumns on V2 streaming to fix metadata reading issue
gengliang
(spark) branch master updated: [SPARK-56132][SS] Call pruneColumns on V2 streaming to fix metadata reading issue
gengliang
(spark) branch master updated: [SPARK-57111][SQL] Use intrinsic bulk-fill APIs for putNotNulls
viirya
(spark) branch branch-4.x updated: [SPARK-57111][SQL] Use intrinsic bulk-fill APIs for putNotNulls
viirya
(spark) branch master updated: [SPARK-55724][PYTHON][TEST][FOLLOWUP] Unify wide_values to wide_cols in bench
viirya
(spark) branch branch-4.2 updated: [SPARK-55724][PYTHON][TEST][FOLLOWUP] Unify wide_values to wide_cols in bench
viirya
(spark) branch branch-4.x updated: [SPARK-55724][PYTHON][TEST][FOLLOWUP] Unify wide_values to wide_cols in bench
viirya
(spark) branch branch-4.2 updated: [SPARK-53890][SDP] Test (and fix) read/readstream options are respected for pipelines
szehon
(spark) branch branch-4.x updated: [SPARK-53890][SDP] Test (and fix) read/readstream options are respected for pipelines
szehon
(spark) branch master updated: [SPARK-53890][SDP] Test (and fix) read/readstream options are respected for pipelines
szehon
(spark) branch branch-4.x updated: [SPARK-57113][SDP] Prevent AutoCDC keys from changing across SDP runs
dbtsai
(spark) branch branch-4.2 updated: [SPARK-57113][SDP] Prevent AutoCDC keys from changing across SDP runs
dbtsai
(spark) branch master updated: [SPARK-57113][SDP] Prevent AutoCDC keys from changing across SDP runs
dbtsai
(spark) branch master updated: [SPARK-52610][BUILD] Upgrade rocksdbjni to 10.10.1.1
dongjoon
(spark) branch master updated: [SPARK-57122][BUILD] Upgrade `gson` to 2.14.0
dongjoon
(spark) branch master updated (ff734bebd14a -> 3ab30479e44d)
dongjoon
(spark) branch master updated: [SPARK-57121][BUILD] Upgrade Jetty to 12.1.9
dongjoon
(spark) branch master updated: [SPARK-57117][BUILD] Upgrade `zstd-jni` to 1.5.7-9
dongjoon
(spark) branch master updated: [SPARK-57118][INFRA] Make `actions/*` GitHub Actions jobs up-to-date
yangjie01
(spark) branch master updated: [SPARK-57081][TESTS] Fix percent-encoding issue in SparkTestUtils classpath handling
sarutak
(spark) branch branch-4.x updated: [SPARK-57081][TESTS] Fix percent-encoding issue in SparkTestUtils classpath handling
sarutak
(spark) branch branch-4.2 updated: [SPARK-57081][TESTS] Fix percent-encoding issue in SparkTestUtils classpath handling
sarutak
(spark) branch branch-4.2 updated: [SPARK-54022][SPARK-56617][SQL][TEST] Add DSv2 CACHE TABLE impact on reads tests
wenchen
(spark) branch branch-4.x updated: [SPARK-54022][SPARK-56617][SQL][TEST] Add DSv2 CACHE TABLE impact on reads tests
wenchen
(spark) branch master updated: [SPARK-54022][SPARK-56617][SQL][TEST] Add DSv2 CACHE TABLE impact on reads tests
wenchen
(spark) branch branch-4.x updated: [SPARK-57005][SQL] Fix None.get in RewritePredicateSubquery when subquery predicates are eliminated
wenchen
(spark) branch branch-4.2 updated: [SPARK-57005][SQL] Fix None.get in RewritePredicateSubquery when subquery predicates are eliminated
wenchen
(spark) branch master updated: [SPARK-57005][SQL] Fix None.get in RewritePredicateSubquery when subquery predicates are eliminated
wenchen
(spark) branch branch-4.2 updated: [SPARK-56426][SQL] Fix SQL failure when LATERAL VIEW column alias contains dot in name
wenchen
(spark) branch branch-4.x updated: [SPARK-56426][SQL] Fix SQL failure when LATERAL VIEW column alias contains dot in name
wenchen
(spark) branch master updated: [SPARK-56426][SQL] Fix SQL failure when LATERAL VIEW column alias contains dot in name
wenchen
(spark) branch branch-4.2 updated: [SPARK-57069][INFRA] Share SBT precompile artifact with docker/k8s integration test CI jobs
ruifengz
(spark) branch branch-4.x updated: [SPARK-57069][INFRA] Share SBT precompile artifact with docker/k8s integration test CI jobs
ruifengz
(spark) branch master updated: [SPARK-57069][INFRA] Share SBT precompile artifact with docker/k8s integration test CI jobs
ruifengz
(spark) branch branch-4.x updated: Revert "[SPARK-57065][PYTHON][TEST] Add with_sql_conf decorator in SQLTestUtils"
ruifengz
(spark) branch master updated: Revert "[SPARK-57065][PYTHON][TEST] Add with_sql_conf decorator in SQLTestUtils"
ruifengz
(spark) branch branch-4.2 updated: [SPARK-55754][PYTHON][TEST][FOLLOWUP] Fix pure_ints type mismatch in bench
viirya
(spark) branch master updated: [SPARK-55754][PYTHON][TEST][FOLLOWUP] Fix pure_ints type mismatch in bench
viirya
(spark) branch branch-4.x updated: [SPARK-55754][PYTHON][TEST][FOLLOWUP] Fix pure_ints type mismatch in bench
viirya
(spark) branch branch-4.2 updated: [SPARK-55934][PYTHON][TEST][FOLLOWUP] Fix MAP_ARROW_ITER bench UDF return type
viirya
(spark) branch branch-4.x updated: [SPARK-55934][PYTHON][TEST][FOLLOWUP] Fix MAP_ARROW_ITER bench UDF return type
viirya
(spark) branch master updated: [SPARK-55934][PYTHON][TEST][FOLLOWUP] Fix MAP_ARROW_ITER bench UDF return type
viirya
(spark) branch branch-4.1 updated: [SPARK-57116][SQL][PYTHON][DOC] Fix versionadded/@since for kll_merge_agg_* (4.1.0 -> 4.1.2)
ruifengz
(spark) branch branch-4.2 updated: [SPARK-57116][SQL][PYTHON][DOC] Fix versionadded/@since for kll_merge_agg_* (4.1.0 -> 4.1.2)
ruifengz
(spark) branch branch-4.x updated: [SPARK-57116][SQL][PYTHON][DOC] Fix versionadded/@since for kll_merge_agg_* (4.1.0 -> 4.1.2)
ruifengz
(spark) branch master updated: [SPARK-57116][SQL][PYTHON][DOC] Fix versionadded/@since for kll_merge_agg_* (4.1.0 -> 4.1.2)
ruifengz
(spark) branch master updated: [SPARK-57097][INFRA] Prevent merging Epic/Umbrella PRs in merge script
ruifengz
(spark) branch branch-4.2 updated: [SPARK-56120][PYTHON][TEST][FOLLOWUP] Make _WindowAggArrowBenchMixin scenarios lazy
viirya
(spark) branch branch-4.x updated: [SPARK-56120][PYTHON][TEST][FOLLOWUP] Make _WindowAggArrowBenchMixin scenarios lazy
viirya
(spark) branch master updated: [SPARK-56120][PYTHON][TEST][FOLLOWUP] Make _WindowAggArrowBenchMixin scenarios lazy
viirya
(spark) branch master updated: [SPARK-57124][INFRA] Fix `update_build_status.yml` to map non-standard workflow run statuses
dongjoon
(spark) branch master updated: [SPARK-56911][SQL] Simplify Cast to decimal codegen under ANSI mode
gengliang
(spark) branch branch-4.x updated: [SPARK-56911][SQL] Simplify Cast to decimal codegen under ANSI mode
gengliang
(spark) branch master updated: [SPARK-57120][INFRA] Use `ubuntu-slim` for GitHub Actions `update_build_status.yml` workflow
dongjoon
(spark) branch master updated: [SPARK-57119][INFRA] Use `ubuntu-slim` for GitHub Actions `notify_test_workflow.yml` workflow
dongjoon
(spark) branch branch-4.x updated: [SPARK-57112][SQL][TEST] Add putNotNulls case to WritableColumnVectorBulkFillBenchmark
dongjoon
(spark) branch master updated: [SPARK-57112][SQL][TEST] Add putNotNulls case to WritableColumnVectorBulkFillBenchmark
dongjoon
(spark-kubernetes-operator) branch main updated: [SPARK-57114] Upgrade `spotless-plugin-gradle` to 8.6.0
dongjoon
(spark) branch master updated: [SPARK-57110][BUILD] Simplify `jjwt` deps management by using BOM
dongjoon
(spark) branch master updated: [MINOR][PYTHON][DOC] Fix single-colon ``.. versionadded:`` typos in docstrings
gurwls223
(spark) branch branch-4.x updated: [MINOR][PYTHON][DOC] Fix single-colon ``.. versionadded:`` typos in docstrings
gurwls223
(spark) branch branch-3.5 updated: [SPARK-57098][3.5][UI] Worker UI JSON endpoint redaction
dongjoon
(spark) branch branch-4.x updated: [SPARK-57108][INFRA] Skip core/utils build matrix entry for unrelated changes
gengliang
(spark) branch master updated: [SPARK-57108][INFRA] Skip core/utils build matrix entry for unrelated changes
gengliang
(spark) branch branch-4.2 updated: [SPARK-56991][SQL] Add helper method for deriving Changelog DeduplicationMode
gengliang
(spark) branch branch-4.x updated: [SPARK-56991][SQL] Add helper method for deriving Changelog DeduplicationMode
gengliang
(spark) branch master updated: [SPARK-56991][SQL] Add helper method for deriving Changelog DeduplicationMode
gengliang
(spark) branch branch-4.2 updated: [SPARK-57098][4.2][UI] Worker UI JSON endpoint redaction
dongjoon
(spark) branch branch-4.x updated: [SPARK-57035][DOCS] Always target /docs/latest/ in DocSearch index
gengliang
(spark) branch branch-4.x updated: [SPARK-57089][SQL] Preserve collation name as `COLLATE` expression origin
wenchen
(spark) branch master updated: [SPARK-56910][SQL] Simplify Cast to byte/short codegen under ANSI mode
gengliang
(spark) branch branch-4.x updated: [SPARK-56910][SQL] Simplify Cast to byte/short codegen under ANSI mode
gengliang
(spark) branch branch-4.2 updated: [SPARK-56975][SS] Reject user-specified schema in DataStreamReader.table()
dbtsai
(spark) branch master updated: [SPARK-57089][SQL] Preserve collation name as `COLLATE` expression origin
wenchen
(spark) branch branch-4.2 updated: [SPARK-57035][DOCS] Always target /docs/latest/ in DocSearch index
gengliang
Earlier messages
Later messages