issues
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/06/03
[jira] [Resolved] (SPARK-57244) Skip the statically-dead branch in DateAddInterval codegen when the interval is a constant
Yang Jie (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57249) Skip the dead result null assignment in DecimalDivideWithOverflowCheck codegen when overflow cannot produce null
Yang Jie (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57248) Skip the dead result null assignment in CheckOverflow codegen when overflow cannot produce null
Yang Jie (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57246) Skip the dead result null assignment in MakeDecimal codegen when overflow cannot produce null
Yang Jie (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57217) Skip dead null assignments in If codegen when branch values are non-nullable
Yang Jie (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57241) Skip statically-dead null checks in StringLocate codegen for non-nullable children
Yang Jie (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57213) Skip dead null checks in AtLeastNNonNulls codegen for non-nullable children
Yang Jie (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57216) Skip dead null-check branches in NaNvl codegen for non-nullable children
Yang Jie (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57210) Skip statically-dead null-write branch in CreateNamedStruct codegen for non-nullable fields
Yang Jie (Jira)
2026/06/03
[jira] [Updated] (SPARK-57234) Add documentation RTM stateless support
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Updated] (SPARK-57254) Do not trigger CI when unrelated file is changed
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Created] (SPARK-57254) Do not trigger CI when unrelated file is changed
Tian Gao (Jira)
2026/06/03
[jira] [Resolved] (SPARK-56721) Add master vs old client CI for all PRs
Tian Gao (Jira)
2026/06/03
[jira] [Assigned] (SPARK-56721) Add master vs old client CI for all PRs
Tian Gao (Jira)
2026/06/03
[jira] [Updated] (SPARK-57222) Implement SCD2 Batch Processor; Decompose affected rows
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Updated] (SPARK-57253) Add jaro_winkler_similarity built-in function
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Commented] (SPARK-57252) SPIP: Cloud Credential Refresh and Distribution Without Kerberos
Parth Chandra (Jira)
2026/06/03
[jira] [Created] (SPARK-57253) Add jaro_winkler_similarity built-in function
Kousuke Saruta (Jira)
2026/06/03
[jira] [Created] (SPARK-57252) SPIP: Cloud Credential Refresh and Distribution Without Kerberos
Parth Chandra (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57202) Skip dead null checks in In expression codegen for non-null list elements
Gengliang Wang (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57197) Improve test coverage for merge into schema evolution
Szehon Ho (Jira)
2026/06/03
[jira] [Assigned] (SPARK-57178) Simplify Asinh codegen by extracting a static Java helper
Gengliang Wang (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57178) Simplify Asinh codegen by extracting a static Java helper
Gengliang Wang (Jira)
2026/06/03
[jira] [Commented] (SPARK-57244) Skip the statically-dead branch in DateAddInterval codegen when the interval is a constant
Gengliang Wang (Jira)
2026/06/03
[jira] [Commented] (SPARK-57213) Skip dead null checks in AtLeastNNonNulls codegen for non-nullable children
Gengliang Wang (Jira)
2026/06/03
[jira] [Commented] (SPARK-57216) Skip dead null-check branches in NaNvl codegen for non-nullable children
Gengliang Wang (Jira)
2026/06/03
[jira] [Commented] (SPARK-57217) Skip dead null assignments in If codegen when branch values are non-nullable
Gengliang Wang (Jira)
2026/06/03
[jira] [Commented] (SPARK-57210) Skip statically-dead null-write branch in CreateNamedStruct codegen for non-nullable fields
Gengliang Wang (Jira)
2026/06/03
[jira] [Updated] (SPARK-56908) Reduce generated Java size in whole-stage codegen
Gengliang Wang (Jira)
2026/06/03
[jira] [Commented] (SPARK-57241) Skip statically-dead null checks in StringLocate codegen for non-nullable children
Gengliang Wang (Jira)
2026/06/03
[jira] [Updated] (SPARK-57251) AutoCDC SCD2 Invalidated Reserved Framework Cols in Source/Column Selection
Anish Mahto (Jira)
2026/06/03
[jira] [Created] (SPARK-57251) AutoCDC SCD2 Invalidated Reserved Framework Cols in Source/Column Selection
Anish Mahto (Jira)
2026/06/03
[jira] [Commented] (SPARK-56908) Reduce generated Java size in whole-stage codegen
Gengliang Wang (Jira)
2026/06/03
[jira] [Updated] (SPARK-56908) Reduce generated Java size in whole-stage codegen
Gengliang Wang (Jira)
2026/06/03
[jira] [Assigned] (SPARK-57250) Construct sub-microsecond timestamp typed literals with precision derived from fractional digits
Max Gekk (Jira)
2026/06/03
[jira] [Updated] (SPARK-57250) Construct sub-microsecond timestamp typed literals with precision derived from fractional digits
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Created] (SPARK-57250) Construct sub-microsecond timestamp typed literals with precision derived from fractional digits
Max Gekk (Jira)
2026/06/03
[jira] [Updated] (SPARK-51236) ML Connect GA
Wenchen Fan (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57198) Skip the divide-by-zero check in codegen when the divisor is a non-zero literal
Gengliang Wang (Jira)
2026/06/03
[jira] [Assigned] (SPARK-57198) Skip the divide-by-zero check in codegen when the divisor is a non-zero literal
Gengliang Wang (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57196) UnionExec whole-stage codegen is not thread-safe: doConsume invoked outside doProduce emission window
Gengliang Wang (Jira)
2026/06/03
[jira] [Assigned] (SPARK-57196) UnionExec whole-stage codegen is not thread-safe: doConsume invoked outside doProduce emission window
Gengliang Wang (Jira)
2026/06/03
[jira] [Assigned] (SPARK-57177) Simplify Acosh codegen by extracting a static Java helper
Gengliang Wang (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57177) Simplify Acosh codegen by extracting a static Java helper
Gengliang Wang (Jira)
2026/06/03
[jira] [Updated] (SPARK-57144) Unify Coursier cache to a single key across all jobs
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Updated] (SPARK-57249) Skip the dead result null assignment in DecimalDivideWithOverflowCheck codegen when overflow cannot produce null
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Created] (SPARK-57249) Skip the dead result null assignment in DecimalDivideWithOverflowCheck codegen when overflow cannot produce null
Yang Jie (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57211) Cast strings to nanosecond-precision timestamps
Jira
2026/06/03
[jira] [Commented] (SPARK-57211) Cast strings to nanosecond-precision timestamps
Jira
2026/06/03
[jira] [Resolved] (SPARK-57221) Make merge_spark_pr.py fail fast on missing JIRA setup and stale script versions
Wenchen Fan (Jira)
2026/06/03
[jira] [Assigned] (SPARK-57221) Make merge_spark_pr.py fail fast on missing JIRA setup and stale script versions
Wenchen Fan (Jira)
2026/06/03
[jira] [Updated] (SPARK-57248) Skip the dead result null assignment in CheckOverflow codegen when overflow cannot produce null
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Created] (SPARK-57248) Skip the dead result null assignment in CheckOverflow codegen when overflow cannot produce null
Yang Jie (Jira)
2026/06/03
[jira] [Updated] (SPARK-57163) Map TIMESTAMP_LTZ(6) and TIMESTAMP_NTZ(6) to TimestampType and TimestampNTZType
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57073) Skip flaky test_listener_events_spark_command on macOS
Ruifeng Zheng (Jira)
2026/06/03
[jira] [Created] (SPARK-57247) Support DataFrame.zip in Spark Connect
Ruifeng Zheng (Jira)
2026/06/03
[jira] [Updated] (SPARK-57246) Skip the dead result null assignment in MakeDecimal codegen when overflow cannot produce null
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Created] (SPARK-57246) Skip the dead result null assignment in MakeDecimal codegen when overflow cannot produce null
Yang Jie (Jira)
2026/06/03
[jira] [Updated] (SPARK-57245) Simplify FormatNumber codegen by extracting a static Java helper
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Updated] (SPARK-57165) Add LiteralGenerator support for nanosecond-capable timestamp types
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Created] (SPARK-57245) Simplify FormatNumber codegen by extracting a static Java helper
Yang Jie (Jira)
2026/06/03
[jira] [Updated] (SPARK-57244) Skip the statically-dead branch in DateAddInterval codegen when the interval is a constant
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Updated] (SPARK-57165) Add LiteralGenerator support for nanosecond-capable timestamp types
Max Gekk (Jira)
2026/06/03
[jira] [Updated] (SPARK-57165) Add LiteralGenerator support for nanosecond-capable timestamp types
Max Gekk (Jira)
2026/06/03
[jira] [Created] (SPARK-57244) Skip the statically-dead branch in DateAddInterval codegen when the interval is a constant
Yang Jie (Jira)
2026/06/03
[jira] [Updated] (SPARK-57165) Add LiteralGenerator support for nanosecond-capable timestamp types
Max Gekk (Jira)
2026/06/03
[jira] [Assigned] (SPARK-57162) Add nanosecond-aware TimestampFormatter for parsing and formatting TimestampNanosVal with precision
Max Gekk (Jira)
2026/06/03
[jira] [Updated] (SPARK-57243) Wrap IsNull and IsNotNull in brackets for V2 SQL builder
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Created] (SPARK-57243) Wrap IsNull and IsNotNull in brackets for V2 SQL builder
Milan Stefanovic (Jira)
2026/06/03
[jira] [Updated] (SPARK-57162) Add nanosecond-aware TimestampFormatter for parsing and formatting TimestampNanosVal with precision
ASF GitHub Bot (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57208) Simplify Ascii codegen by extracting a static Java helper
Yang Jie (Jira)
2026/06/03
[jira] [Commented] (SPARK-57236) Adding RTM support in Pyspark
Jungtaek Lim (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57166) Reject nanosecond-capable timestamp types in built-in datasources and JDBC
Max Gekk (Jira)
2026/06/03
[jira] [Commented] (SPARK-57236) Adding RTM support in Pyspark
Wenchen Fan (Jira)
2026/06/03
[jira] [Updated] (SPARK-57236) Adding RTM support in Pyspark
Wenchen Fan (Jira)
2026/06/03
[jira] [Resolved] (SPARK-57236) Adding RTM support in Pyspark
Wenchen Fan (Jira)
2026/06/03
[jira] [Updated] (SPARK-57183) RocksDB state store leaks native memory when LRUCache is not closed in unbounded mode
Jira
2026/06/02
[jira] [Assigned] (SPARK-57209) Log application ID once is assigned
Cheng Pan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57209) Log application ID once is assigned
Cheng Pan (Jira)
2026/06/02
[jira] [Updated] (SPARK-57242) Avoid unbounded TaskMemoryManager page allocation retries after allocator OOM
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57201) Skip the null check in UnsafeProjection codegen for statically non-null values
Gengliang Wang (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57201) Skip the null check in UnsafeProjection codegen for statically non-null values
Gengliang Wang (Jira)
2026/06/02
[jira] [Resolved] (SPARK-55227) RDD API compatibility
Wenchen Fan (Jira)
2026/06/02
[jira] [Created] (SPARK-57242) Avoid unbounded TaskMemoryManager page allocation retries after allocator OOM
Chao Sun (Jira)
2026/06/02
[jira] [Resolved] (SPARK-56726) Implement DataFrame.getNumPartitions on Scala Connect Scala Client
Wenchen Fan (Jira)
2026/06/02
[jira] [Commented] (SPARK-56726) Implement DataFrame.getNumPartitions on Scala Connect Scala Client
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-57241) Skip statically-dead null checks in StringLocate codegen for non-nullable children
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Commented] (SPARK-54936) Monitor behaviour changes from upstream
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-54936) Monitor behaviour changes from upstream
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57174) Simplify Chr codegen by extracting a static Java helper
Gengliang Wang (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57174) Simplify Chr codegen by extracting a static Java helper
Gengliang Wang (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57199) Extract the aggregate out-of-memory error into a QueryExecutionErrors factory
Gengliang Wang (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57199) Extract the aggregate out-of-memory error into a QueryExecutionErrors factory
Gengliang Wang (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57173) Simplify regexp pattern-compile codegen by extracting a static Java helper
Gengliang Wang (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57173) Simplify regexp pattern-compile codegen by extracting a static Java helper
Gengliang Wang (Jira)
2026/06/02
[jira] [Updated] (SPARK-57029) Add byte-level golden file for ICU sort keys to detect collation regressions on ICU upgrades
Kent Yao (Jira)
2026/06/02
[jira] [Updated] (SPARK-57029) Add byte-level golden file for ICU sort keys to detect collation regressions on ICU upgrades
Kent Yao (Jira)
2026/06/02
[jira] [Updated] (SPARK-57029) Add byte-level golden file for ICU sort keys to detect collation regressions on ICU upgrades
Kent Yao (Jira)
2026/06/02
[jira] [Updated] (SPARK-57029) Add byte-level golden file for ICU sort keys to detect collation regressions on ICU upgrades
Kent Yao (Jira)
2026/06/02
[jira] [Created] (SPARK-57241) Skip statically-dead null checks in StringLocate codegen for non-nullable children
Yang Jie (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57206) Simplify WidthBucket codegen by reusing the computeBucketNumber helper
Yang Jie (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57206) Simplify WidthBucket codegen by reusing the computeBucketNumber helper
Yang Jie (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57239) Replace file with sqlite for mlflow doctest
Tian Gao (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57239) Replace file with sqlite for mlflow doctest
Tian Gao (Jira)
2026/06/02
[jira] [Updated] (SPARK-57220) Extend block-chunked segment-tree window frame to shrinking frames (UNBOUNDED FOLLOWING)
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57218) Fix mypy errors with the latest pandas-stubs
Tian Gao (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57218) Fix mypy errors with the latest pandas-stubs
Tian Gao (Jira)
2026/06/02
[jira] [Created] (SPARK-57240) Avoid unnecessary String conversion in UTF8String.splitSQL
Kousuke Saruta (Jira)
2026/06/02
[jira] [Updated] (SPARK-57239) Replace file with sqlite for mlflow doctest
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Created] (SPARK-57239) Replace file with sqlite for mlflow doctest
Tian Gao (Jira)
2026/06/02
[jira] [Resolved] (SPARK-54224) Add Python trigger for RTM to support stateless python queries (no UDFs)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-54660) Add RTM trigger to python and tests
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57238) Support transformWithState for RTM in PySpark
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57237) Support Python UDFs in RTM
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-55306) Add ability to run Kafka tests in Python
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-54224) Add Python trigger for RTM to support stateless python queries (no UDFs)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-54224) Add Python trigger for RTM to support stateless python queries (no UDFs)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-54224) Add Python trigger for RTM to support stateless python queries (no UDFs)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-54224) Add Python trigger for RTM to support stateless python queries (no UDFs)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57236) Adding RTM support in Pyspark
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-54699) Real-time Mode in Structured Streaming (stateful support)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-54699) Real-time Mode in Structured Streaming (stateful support)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57235) Add documentation for stateful queries in RTM
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-57233) SparkSession.sql() type hint is incomplete
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Created] (SPARK-57234) Add documentation RTM stateless support
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-54699) Real-time Mode in Structured Streaming (stateful support)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57233) SparkSession.sql() type hint is incomplete
Jonathan Dayton (Jira)
2026/06/02
[jira] [Created] (SPARK-57232) Add additional e2e testing for streaming shuffle (part 7)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57231) Register streaming shuffles with the tracker in DAGScheduler (part 6)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-57229) Add StreamingShuffleWriter + server-side Netty handler (part 4)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57230) Add StreamingShuffleReader + client-side Netty handler (part 5)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-57229) Add StreamingShuffleWriter + server-side Netty handler (push path) (part 4)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57229) Add StreamingShuffleWriter + server-side Netty handler (push path)
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57228) Support transformWithState operator in RTM
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57227) Natively integrate Streaming Shuffle within Spark
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Updated] (SPARK-57000) Add concurrent scheduling capabilites for Real-time Mode
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57226) Natively integrate concurrent scheduling capabilities into DAG scheduler
Boyang Jerry Peng (Jira)
2026/06/02
[jira] [Created] (SPARK-57225) Do not write to checkpoint in streaming StateDataSource or StateMetadataSource
Livia Zhu (Jira)
2026/06/02
[jira] [Updated] (SPARK-57211) Cast strings to nanosecond-precision timestamps
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57181) Simplify Pmod codegen by sharing a MathUtils.pmod helper with eval
Gengliang Wang (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57181) Simplify Pmod codegen by sharing a MathUtils.pmod helper with eval
Gengliang Wang (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57180) Skip statically-dead setNullAt branch in GenerateSafeProjection for non-nullable fields
Gengliang Wang (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57180) Skip statically-dead setNullAt branch in GenerateSafeProjection for non-nullable fields
Gengliang Wang (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57179) Skip statically-dead null branches in GenerateOrdering for non-nullable sort keys
Gengliang Wang (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57179) Skip statically-dead null branches in GenerateOrdering for non-nullable sort keys
Gengliang Wang (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57172) Simplify Crc32 codegen by extracting a static Java helper
Gengliang Wang (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57172) Simplify Crc32 codegen by extracting a static Java helper
Gengliang Wang (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57175) Extend nested column pruning to exists and forall over arrays of structs
Chao Sun (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57175) Extend nested column pruning to exists and forall over arrays of structs
Chao Sun (Jira)
2026/06/02
[jira] [Updated] (SPARK-57224) Check user's input for merge script
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Updated] (SPARK-57197) Improve test coverage for merge into schema evolution
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Commented] (SPARK-54699) Real-time Mode in Structured Streaming (stateful support)
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-56543) Add RTM stateless benchmark
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-54699) Real-time Mode in Structured Streaming (stateful support)
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-54699) Real-time Mode in Structured Streaming (stateful support)
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-55306) Add ability to run Kafka tests in Python
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-54660) Add RTM trigger to python and tests
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-46158) Improve axis parameter for DataFrame.xs to support columns.
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Created] (SPARK-57224) Check user's input for merge script
Tian Gao (Jira)
2026/06/02
[jira] [Updated] (SPARK-57223) toSQLId(String) misrepresents column/field names containing dots or spaces in error messages
Eric Yang (Jira)
2026/06/02
[jira] [Created] (SPARK-57223) toSQLId(String) misrepresents column/field names containing dots or spaces in error messages
Eric Yang (Jira)
2026/06/02
[jira] [Created] (SPARK-57222) Implement SCD2 Batch Processor; Decompose affected rows
Anish Mahto (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57203) Improve dev/merge_spark_pr.py to continue on mistyped branch name
Szehon Ho (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57203) Improve dev/merge_spark_pr.py to continue on mistyped branch name
Szehon Ho (Jira)
2026/06/02
[jira] [Commented] (SPARK-56504) Extend SupportsPushDownJoin to accept pushed samples
Adithya Ajith (Jira)
2026/06/02
[jira] [Resolved] (SPARK-55689) Support schema evolution in DSv2 INSERTs
Wenchen Fan (Jira)
2026/06/02
[jira] [Commented] (SPARK-55689) Support schema evolution in DSv2 INSERTs
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-57152) Implement SCD2 Batch Processor; Find Affected Aux/Target Table Rows
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Updated] (SPARK-35801) SPIP: Row-level operations in Data Source V2
Szehon Ho (Jira)
2026/06/02
[jira] [Updated] (SPARK-57221) Make merge_spark_pr.py fail fast on missing JIRA setup and stale script versions
ASF GitHub Bot (Jira)
2026/06/02
[jira] [Created] (SPARK-57221) Make merge_spark_pr.py fail fast on missing JIRA setup and stale script versions
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-35801) SPIP: Row-level operations in Data Source V2
Szehon Ho (Jira)
2026/06/02
[jira] [Assigned] (SPARK-56939) Resolve deadlock between USE and function lookup
Wenchen Fan (Jira)
2026/06/02
[jira] [Assigned] (SPARK-56501) SET PATH syntax
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-54806) Search path support
Wenchen Fan (Jira)
2026/06/02
[jira] [Commented] (SPARK-56489) Support for PATH syntax
Wenchen Fan (Jira)
2026/06/02
[jira] [Assigned] (SPARK-54810) Add SQL standard SET PATH command
Wenchen Fan (Jira)
2026/06/02
[jira] [Assigned] (SPARK-54809) Create and use configurable search path
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-56489) Support for PATH syntax
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-54810) Add SQL standard SET PATH command
Wenchen Fan (Jira)
2026/06/02
[jira] [Commented] (SPARK-56501) SET PATH syntax
Wenchen Fan (Jira)
2026/06/02
[jira] [Commented] (SPARK-56939) Resolve deadlock between USE and function lookup
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-56501) SET PATH syntax
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-56939) Resolve deadlock between USE and function lookup
Wenchen Fan (Jira)
2026/06/02
[jira] [Commented] (SPARK-54809) Create and use configurable search path
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-54809) Create and use configurable search path
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-54810) Add SQL standard SET PATH command
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-56939) Resolve deadlock between USE and function lookup
Wenchen Fan (Jira)
2026/06/02
[jira] [Commented] (SPARK-54810) Add SQL standard SET PATH command
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-56501) SET PATH syntax
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-54809) Create and use configurable search path
Wenchen Fan (Jira)
2026/06/02
[jira] [Deleted] (SPARK-56982) Backport final PATh features/fixes to 4.x
Wenchen Fan (Jira)
2026/06/02
[jira] [Created] (SPARK-57220) Extend block-chunked segment-tree window frame to shrinking frames (UNBOUNDED FOLLOWING)
Anupam Yadav (Jira)
2026/06/02
[jira] [Commented] (SPARK-55122) Allow seamless and sequential source switching for streaming queries
Wenchen Fan (Jira)
2026/06/02
[jira] [Updated] (SPARK-55122) Allow seamless and sequential source switching for streaming queries
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-54909) Enabling addition, removal and reordering of streaming sources
Wenchen Fan (Jira)
2026/06/02
[jira] [Commented] (SPARK-55121) Add DataStreamReader.name() to Classic PySpark
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-55121) Add DataStreamReader.name() to Classic PySpark
Wenchen Fan (Jira)
2026/06/02
[jira] [Resolved] (SPARK-57183) RocksDB state store leaks native memory when LRUCache is not closed in unbounded mode
Anish Shrigondekar (Jira)
2026/06/02
[jira] [Assigned] (SPARK-57183) RocksDB state store leaks native memory when LRUCache is not closed in unbounded mode
Anish Shrigondekar (Jira)
Earlier messages
Later messages