issues
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/05/17
[jira] [Updated] (SPARK-56914) Simplify decimal arithmetic codegen under ANSI mode
ASF GitHub Bot (Jira)
2026/05/17
[jira] [Updated] (SPARK-56912) Simplify Cast to boolean codegen under ANSI mode
ASF GitHub Bot (Jira)
2026/05/17
[jira] [Updated] (SPARK-56910) Simplify Cast to byte/short codegen under ANSI mode
ASF GitHub Bot (Jira)
2026/05/17
[jira] [Updated] (SPARK-56909) Simplify Cast to int/long codegen under ANSI mode
ASF GitHub Bot (Jira)
2026/05/17
[jira] [Updated] (SPARK-56916) Simplify ElementAt array codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Updated] (SPARK-56909) Simplify Cast to int/long codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Updated] (SPARK-56912) Simplify Cast to boolean codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Updated] (SPARK-56915) Simplify MakeDate/MakeInterval codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Updated] (SPARK-56911) Simplify Cast to decimal codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Updated] (SPARK-56914) Simplify decimal arithmetic codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Updated] (SPARK-56913) Simplify BinaryArithmetic byte/short codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Updated] (SPARK-56910) Simplify Cast to byte/short codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Updated] (SPARK-56908) Improve expression codegen for ANSI SQL mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Created] (SPARK-56916) Refactor ElementAt array codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Created] (SPARK-56915) Refactor MakeDate/MakeInterval codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Created] (SPARK-56913) Refactor BinaryArithmetic byte/short codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Created] (SPARK-56910) Refactor Cast to byte/short codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Created] (SPARK-56912) Refactor Cast to boolean codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Created] (SPARK-56914) Refactor decimal arithmetic codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Created] (SPARK-56909) Refactor Cast to int/long codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Created] (SPARK-56911) Refactor Cast to decimal codegen under ANSI mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Created] (SPARK-56908) Improve expression codegen for ANSI SQL mode
Gengliang Wang (Jira)
2026/05/17
[jira] [Resolved] (SPARK-56904) Fix Int overflow in LongToUnsafeRowMap page size computations
L. C. Hsieh (Jira)
2026/05/17
[jira] [Commented] (SPARK-44223) Drop leveldb support
Anupam Yadav (Jira)
2026/05/17
[jira] [Commented] (SPARK-51230) Upgrade `commons-crypto` to 1.3.0
Anupam Yadav (Jira)
2026/05/17
[jira] [Commented] (SPARK-53520) Handle TimeType in javaBoxedType()
Anupam Yadav (Jira)
2026/05/17
[jira] [Commented] (SPARK-56440) Upgrade `ammonite` to 3.0.9
Anupam Yadav (Jira)
2026/05/17
[jira] [Commented] (SPARK-53225) Upgrade `datasketches-java` to 7.0.1 and `datasketches-memory` to 4.1.0
Anupam Yadav (Jira)
2026/05/17
[jira] [Commented] (SPARK-54279) Fix empty observation results caused by delayed asynchronous metrics processing
Anupam Yadav (Jira)
2026/05/17
[jira] [Commented] (SPARK-54353) Make CollectMetricsExec.collectedMetrics thread-safe
Anupam Yadav (Jira)
2026/05/17
[jira] [Updated] (SPARK-56874) Fast-path DateTimeUtils.daysToMicros for ZoneOffset.UTC
Yang Jie (Jira)
2026/05/17
[jira] [Updated] (SPARK-56874) Fast-path DateTimeUtils.daysToMicros for ZoneOffset.UTC
Yang Jie (Jira)
2026/05/17
[jira] [Resolved] (SPARK-56874) Fast-path DateTimeUtils.daysToMicros for ZoneOffset.UTC
Yang Jie (Jira)
2026/05/17
[jira] [Assigned] (SPARK-56874) Fast-path DateTimeUtils.daysToMicros for ZoneOffset.UTC
Yang Jie (Jira)
2026/05/17
[jira] [Created] (SPARK-56907) Reduce per-value allocation in DELTA_LENGTH_BYTE_ARRAY Parquet vectorized reader
Jira
2026/05/17
[jira] [Updated] (SPARK-56907) Reduce per-value allocation in DELTA_LENGTH_BYTE_ARRAY Parquet vectorized reader
ASF GitHub Bot (Jira)
2026/05/17
[jira] [Created] (SPARK-56906) [SQL] Add SKEW_JOIN hint with SkewKeyJoinExec to parallelize output-skewed joins
James Xu (Jira)
2026/05/17
[jira] [Resolved] (SPARK-56767) Optimize hot-key skew joins by splitting into a broadcast branch for hot keys and a sort-merge branch for the rest
James Xu (Jira)
2026/05/17
[jira] [Commented] (SPARK-56767) Optimize hot-key skew joins by splitting into a broadcast branch for hot keys and a sort-merge branch for the rest
James Xu (Jira)
2026/05/17
[jira] [Updated] (SPARK-56898) Add pre-pass rule to canonicalize COUNT(DISTINCT IF(cond, col, NULL)) into COUNT(DISTINCT col) FILTER
James Xu (Jira)
2026/05/17
[jira] [Resolved] (SPARK-56905) Support BYTE_STREAM_SPLIT encoding on Parquet write path
Jira
2026/05/16
[jira] [Updated] (SPARK-56905) Support BYTE_STREAM_SPLIT encoding on Parquet write path
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Created] (SPARK-56905) Support BYTE_STREAM_SPLIT encoding on Parquet write path
Jira
2026/05/16
[jira] [Updated] (SPARK-56904) Fix Int overflow in LongToUnsafeRowMap page size computations
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Updated] (SPARK-56637) Variant getFieldByKey() on large objects silently fails if variant metadata is unsorted
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Commented] (SPARK-56904) Fix Int overflow in LongToUnsafeRowMap page size computations
L. C. Hsieh (Jira)
2026/05/16
[jira] [Assigned] (SPARK-56904) Fix Int overflow in LongToUnsafeRowMap page size computations
L. C. Hsieh (Jira)
2026/05/16
[jira] [Created] (SPARK-56904) Fix Int overflow in LongToUnsafeRowMap page size computations
L. C. Hsieh (Jira)
2026/05/16
[jira] [Updated] (SPARK-56903) Spread NULL outer join keys across shuffle partitions
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Created] (SPARK-56903) Spread NULL outer join keys across shuffle partitions
Chao Sun (Jira)
2026/05/16
[jira] [Created] (SPARK-56902) Spread NULL outer join keys across shuffle partitions
Chao Sun (Jira)
2026/05/16
[jira] [Created] (SPARK-56901) Spread NULL outer join keys across shuffle partitions
Chao Sun (Jira)
2026/05/16
[jira] [Created] (SPARK-56900) Spread NULL outer join keys across shuffle partitions
Chao Sun (Jira)
2026/05/16
[jira] [Created] (SPARK-56899) Spread NULL outer join keys across shuffle partitions
Chao Sun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56898) Add pre-pass rule to canonicalize COUNT(DISTINCT IF(cond, col, NULL)) into COUNT(DISTINCT col) FILTER
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Created] (SPARK-56898) Add pre-pass rule to canonicalize COUNT(DISTINCT IF(cond, col, NULL)) into COUNT(DISTINCT col) FILTER
James Xu (Jira)
2026/05/16
[jira] [Created] (SPARK-56897) Reduce per-value allocations in DELTA_BYTE_ARRAY Parquet decoder
Jira
2026/05/16
[jira] [Updated] (SPARK-56897) Reduce per-value allocations in DELTA_BYTE_ARRAY Parquet decoder
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Updated] (SPARK-56896) Add bulk read paths for timestamp/date Parquet vector updaters
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Created] (SPARK-56896) Add bulk read paths for timestamp/date Parquet vector updaters
Jira
2026/05/16
[jira] [Updated] (SPARK-56895) Batch ByteBuffer slice in RLE PACKED decode to reduce allocation overhead
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Created] (SPARK-56895) Batch ByteBuffer slice in RLE PACKED decode to reduce allocation overhead
Jira
2026/05/16
[jira] [Updated] (SPARK-56894) Add vectorized Parquet BYTE_STREAM_SPLIT reader
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Created] (SPARK-56894) Add vectorized Parquet BYTE_STREAM_SPLIT reader
Jira
2026/05/16
[jira] [Commented] (SPARK-56502) Fix integer overflow in DirectByteBufferOutputStream capacity check
Anupam Yadav (Jira)
2026/05/16
[jira] [Commented] (SPARK-56637) Variant getFieldByKey() on large objects silently fails if variant metadata is unsorted
Anupam Yadav (Jira)
2026/05/16
[jira] [Commented] (SPARK-56502) Fix integer overflow in DirectByteBufferOutputStream capacity check
Anupam Yadav (Jira)
2026/05/16
[jira] [Created] (SPARK-56893) Optimize Parquet dictionary decoding with hasNull fast path and per-class updater overrides
Jira
2026/05/16
[jira] [Updated] (SPARK-56893) Optimize Parquet dictionary decoding with hasNull fast path and per-class updater overrides
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Resolved] (SPARK-56448) Spark connect client fails on subsequent start due to ammonite (code) cache
Attila Zsolt Piros (Jira)
2026/05/16
[jira] [Assigned] (SPARK-56448) Spark connect client fails on subsequent start due to ammonite (code) cache
Attila Zsolt Piros (Jira)
2026/05/16
[jira] [Updated] (SPARK-56892) Bulk read optimization for Parquet DELTA_BINARY_PACKED decoding
ASF GitHub Bot (Jira)
2026/05/16
[jira] [Created] (SPARK-56892) Bulk read optimization for Parquet DELTA_BINARY_PACKED decoding
Jira
2026/05/16
[jira] [Updated] (SPARK-55816) SQL State Coverage: AnalysisException - checkTransformDuplication
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-50698) Refactor CreateUserDefinedFunction command to extend from UnaryRunnableCommand
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55748) Use `DSv2` for `avro|csv|json|kafka|orc|parquet|text` by default
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-51046) `SubExprEliminationBenchmark` fails at `CodeGenerator`
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54224) Add Python trigger for RTM to support stateless python queries (no UDFs)
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-44223) Drop leveldb support
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-50321) Rebuild variant binary from shredded data.
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55347) Pass Generated Column as Expression to DSV2
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-51019) Fix Flaky Test: `SPARK-47148: AQE should avoid to submit shuffle job on cancellation`
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54353) Make CollectMetricsExec.collectedMetrics thread-safe
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54588) Add time_format function to convert TIME values to formatted string representations
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-53368) Consider supporting Parquet TIME data with isAdjustedToUTC=true
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54281) Support cast from numeric types to time
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54279) Fix empty observation results caused by delayed asynchronous metrics processing
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54685) Remove redundant observed-metrics responses
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55476) Refactor how broadcast variables are passed
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54225) Improve the semantics of the ContinuousMemorySink
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-52495) Include partition columns in the single variant column
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54252) Support geospatial types in Thrift server
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55178) Remove `redirectingInput` from `o.a.s.deploy.k8s.integrationtest.Utils.executeCommand`
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-53612) Consolidate helper classes for arrow batching
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55199) Improve K8s integration test documentation
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-52719) Support using scalar UDFs in TVFs
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-49723) Add variant metrics to JSON Scan nodes and Project nodes containing variant-constructor expressions
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54582) Add Time Type Statistics Collection Support
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54203) Support Time in RowToColumnConverter
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55815) SQL State Coverage: AnalysisException - cannotFindCatalogToHandleIdentifierError
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-53009) Infer determinism of SQL UDFs
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54236) Remove "stateful queries not allowed" test in StreamRealTimeModeAllowlistSuite after stateful queries are supported
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55562) Simplify null handling for error classes in Spark exceptions.
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-53890) [SDP] Test (and fix) read/readstream options are respected for pipelines
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-51224) Upgrade Maven to 4.0.0
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54255) Document geospatial types
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-52617) Cast TIME to/from TIMESTAMP_NTZ
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-53705) Support columnar batch interface for Arrow Python UDTFs
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55812) SQL State Coverage: AnalysisException - dataSchemaNotSpecifiedError (2-param)
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-53520) Handle TimeType in javaBoxedType()
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-46130) Reeanble `pyspark.tests.test_worker.WorkerSegfaultNonDaemonTest.test_python_segfault` with Python 3.12
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55814) SQL State Coverage: ParseException - defineTempViewWithIfNotExistsError
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-47010) Kubernetes: support csi driver for volume type
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54254) Support geospatial types in Parquet R/W
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-52816) Remove direct usage of `sun.misc.Signal`
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54257) Enable the config for geospatial support
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55813) SQL State Coverage: SparkIllegalArgumentException - cannotSpecifyBothJdbcTableNameAndQueryError
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-53286) Support polymorphic Arrow UDTFs
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56440) Upgrade `ammonite` to 3.0.9
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54586) Spark is creating invalid parquet files - put non utf-8 data in string column
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-52621) Cast TIME to/from VARIANT
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-51230) Upgrade `commons-crypto` to 1.3.0
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-55707) Re-enable DB2 JDBC Driver tests when it has no side-effect with Spark's LZ4 dependency
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-48051) Add Golden Table Tests for Variant from different engines
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54256) Document ST expressions
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-51403) Test TimeType as ordered and atomic type
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-48821) Support Update in DataFrameWriterV2
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-49586) Add addArtifact API to PySpark
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-54258) Support extended set of geospatial SRIDs
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-53225) Upgrade `datasketches-java` to 7.0.1 and `datasketches-memory` to 4.1.0
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-53580) Placeholder task...
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56186) Retire pypy
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Commented] (SPARK-56186) Retire pypy
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56186) Retire pypy
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56186) Retire pypy
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Assigned] (SPARK-56803) Add bulk read+downcast path for INT64 to 32-bit Decimal Parquet vector updater
Yang Jie (Jira)
2026/05/16
[jira] [Resolved] (SPARK-56803) Add bulk read+downcast path for INT64 to 32-bit Decimal Parquet vector updater
Yang Jie (Jira)
2026/05/16
[jira] [Resolved] (SPARK-56889) Drop Python 3.10 Support
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Assigned] (SPARK-56889) Drop Python 3.10 Support
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56872) Fix NPE in DowncastLongUpdater.decodeSingleDictionaryId when reading dictionary-encoded INT64 DECIMAL into a 32-bit Decimal column
Peter Toth (Jira)
2026/05/16
[jira] [Updated] (SPARK-56872) Fix NPE in DowncastLongUpdater.decodeSingleDictionaryId when reading dictionary-encoded INT64 DECIMAL into a 32-bit Decimal column
Peter Toth (Jira)
2026/05/16
[jira] [Updated] (SPARK-56872) Fix NPE in DowncastLongUpdater.decodeSingleDictionaryId when reading dictionary-encoded INT64 DECIMAL into a 32-bit Decimal column
Peter Toth (Jira)
2026/05/16
[jira] [Updated] (SPARK-56886) Improve `UtilsSuite` to be more robust
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56886) Improve `UtilsSuite` to be more robust
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56886) Improve `UtilsSuite` to be more robust
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56888) Simplify `get_caller_source_code_location` description
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Commented] (SPARK-56885) Make `CompressionCodecSuite` be independent from the default value of io compression codec
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56885) Make `CompressionCodecSuite` be independent from the default value of io compression codec
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56885) Make `CompressionCodecSuite` be independent from the default value of io compression codec
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Updated] (SPARK-56885) Make `CompressionCodecSuite` be independent from the default value of io compression codec
Dongjoon Hyun (Jira)
2026/05/16
[jira] [Assigned] (SPARK-56886) Improve `UtilsSuite` to be more robust
Peter Toth (Jira)
2026/05/16
[jira] [Resolved] (SPARK-56886) Improve `UtilsSuite` to be more robust
Peter Toth (Jira)
2026/05/16
[jira] [Resolved] (SPARK-56884) Upgrade `zstd-jni` to 1.5.7-8
Peter Toth (Jira)
2026/05/16
[jira] [Assigned] (SPARK-56884) Upgrade `zstd-jni` to 1.5.7-8
Peter Toth (Jira)
2026/05/16
[jira] [Assigned] (SPARK-56885) Make `CompressionCodecSuite` be independent from the default value of io compression codec
Peter Toth (Jira)
2026/05/16
[jira] [Resolved] (SPARK-56885) Make `CompressionCodecSuite` be independent from the default value of io compression codec
Peter Toth (Jira)
2026/05/16
[jira] [Updated] (SPARK-56888) Simplify `get_caller_source_code_location` description
Peter Toth (Jira)
2026/05/16
[jira] [Resolved] (SPARK-56888) Simplify `get_caller_source_code_location` description
Peter Toth (Jira)
2026/05/16
[jira] [Assigned] (SPARK-56888) Simplify `get_caller_source_code_location` description
Peter Toth (Jira)
2026/05/15
[jira] [Created] (SPARK-56891) Propagate Spark Connect session user
Y. Hitesh Reddy (Jira)
2026/05/15
[jira] [Assigned] (SPARK-56868) Refactor runtime partition filtering into a helper method
Gengliang Wang (Jira)
2026/05/15
[jira] [Resolved] (SPARK-56868) Refactor runtime partition filtering into a helper method
Gengliang Wang (Jira)
2026/05/15
[jira] [Updated] (SPARK-56883) Improve DESCRIBE FUNCTION for SQL UDF
ASF GitHub Bot (Jira)
2026/05/15
[jira] [Resolved] (SPARK-56879) Improve `JavaUtilsSuite` to be more robust
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56879) Improve `JavaUtilsSuite` to be more robust
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56879) Improve `JavaUtilsSuite` to be more robust
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56889) Drop Python 3.10 Support
ASF GitHub Bot (Jira)
2026/05/15
[jira] [Created] (SPARK-56890) Implement SCD1 Batch Processor; Merge Tombstones onto Microbatch
Anish Mahto (Jira)
2026/05/15
[jira] [Updated] (SPARK-56889) Drop Python 3.10 Support
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56889) Drop Python 3.10 Support
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Created] (SPARK-56889) Drop Python 3.10 Support
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56888) Simplify `get_caller_source_code_location` description
ASF GitHub Bot (Jira)
2026/05/15
[jira] [Created] (SPARK-56888) Simplify `get_caller_source_code_location` description
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56887) Add dedicated sort-merge physical operator for AS-OF join
ASF GitHub Bot (Jira)
2026/05/15
[jira] [Updated] (SPARK-56887) Add dedicated sort-merge physical operator for AS-OF join
Kousuke Saruta (Jira)
2026/05/15
[jira] [Created] (SPARK-56887) Add dedicated sort-merge physical operator for AS-OF join
Kousuke Saruta (Jira)
2026/05/15
[jira] [Updated] (SPARK-56886) Improve `UtilsSuite` to be more robust
ASF GitHub Bot (Jira)
2026/05/15
[jira] [Updated] (SPARK-56881) Improve `FsHistoryProviderSuite` to be more robust
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56881) Improve `FsHistoryProviderSuite` to be more robust
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Resolved] (SPARK-56881) Improve `FsHistoryProviderSuite` to be more robust
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Created] (SPARK-56886) Improve `UtilsSuite` to be more robust
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56884) Upgrade `zstd-jni` to 1.5.7-8
ASF GitHub Bot (Jira)
2026/05/15
[jira] [Updated] (SPARK-56885) Make `CompressionCodecSuite` be independent from the default value of io compression codec
ASF GitHub Bot (Jira)
2026/05/15
[jira] [Created] (SPARK-56885) Make `CompressionCodecSuite` be independent from the default value of io compression codec
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Created] (SPARK-56884) Upgrade `zstd-jni` to 1.5.7-8
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Created] (SPARK-56883) Improve DESCRIBE FUNCTION for SQL UDF
Serge Rielau (Jira)
2026/05/15
[jira] [Created] (SPARK-56882) Implement SCD1 Batch Processor; Target Column Projection
Anish Mahto (Jira)
2026/05/15
[jira] [Updated] (SPARK-54119) Metrics & semantic modeling in Spark
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Comment Edited] (SPARK-54119) Metrics & semantic modeling in Spark
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Commented] (SPARK-54119) Metrics & semantic modeling in Spark
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Reopened] (SPARK-54119) Metrics & semantic modeling in Spark
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-54119) Metrics & semantic modeling in Spark
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56663) Restore fast path for date_trunc MINUTE/HOUR/DAY
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56762) Speed up test_crossvalidator_on_pipeline
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56762) Speed up test_crossvalidator_on_pipeline
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56762) Speed up test_crossvalidator_on_pipeline
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56762) Speed up test_crossvalidator_on_pipeline
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56772) Improve Window testing
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56772) Improve Window testing
Dongjoon Hyun (Jira)
2026/05/15
[jira] [Updated] (SPARK-56519) Isolate the message for python udf
Dongjoon Hyun (Jira)
Earlier messages
Later messages