1. 356dd94 feat: Add support for Spark Pi math expression (#3789) by Rafael Fernández · 10 hours ago main
  2. 1b4b26f feat: Add support for Spark Cbrt math expression (#3788) by Rafael Fernández · 12 hours ago
  3. 37f6345 docs: replace project logos with updated branding (#4230) by Pranamya Vadlamani · 14 hours ago
  4. a4f0229 feat: Add support for Spark Acosh, Asinh, Atanh math expressions (#3787) by Rafael Fernández · 14 hours ago
  5. e5351f4 feat: Add support for Spark ToDegrees and ToRadians math expressions (#3786) by Rafael Fernández · 15 hours ago
  6. 5df67d5 add encode time tracking for shuffle operations (#4068) by ChenChen Lai · 15 hours ago
  7. 5e20267 fix: resolve Scala compiler warnings for auto-tupling and bare try (#4227) by Andy Grove · 17 hours ago
  8. 9bded95 test: add explicit negative-count cases for array_repeat (#4182) by Vladislav Zabolotsky · 17 hours ago
  9. 846a105 Map ProfileCredentialsProvider to profile credential chain (#4213) by Karuppayya · 17 hours ago
  10. d5c2bed test: skip flaky StateStoreSuite under Comet and disambiguate JDK matrix names (#4226) by Andy Grove · 17 hours ago
  11. d792743 docs: check off 53 implemented expressions in spark_expressions_support.md (#4147) by Andy Grove · 18 hours ago
  12. 604ccc2 docs: refresh Gluten comparison with ANSI, Spark 4, and Iceberg coverage (#4169) by Andy Grove · 18 hours ago
  13. 730cf2f ci: pin JDK per Spark version in Iceberg workflow matrix (#4120) by Kuo-Hao Huang · 19 hours ago
  14. a8f3560 fix: broadcast exchange bypasses AQE partition coalescing (#4163) by Andy Grove · 20 hours ago
  15. 21ab33b perf: reduce per-node allocations in to_native_metric_node (#4075) by Andy Grove · 20 hours ago
  16. 57181c1 docs: document Spark 4 IntelliJ setup (#4198) by Yubo Xu · 20 hours ago
  17. 3fc301a fix: enhance JNI local frame management with error handling in with_env function (#4225) by ChenChen Lai · 22 hours ago
  18. fbadc91 fix: support Spark 4.1 BloomFilter V2 format and bit-scattering (#4196) by Andy Grove · 28 hours ago
  19. 7d5884f fix: [Spark 4.1.1] preserve parent struct nullness when all requested fields missing in Parquet (#4190) by Andy Grove · 31 hours ago
  20. 06d565a fix: [Spark 4.1.1] preserve stored allowDecimalPrecisionLoss in DecimalPrecision rule (#4179) by Andy Grove · 34 hours ago
  21. 6746f47 deps: Bump OpenDAL to 0.56.0. (#4217) by Matt Butrovich · 34 hours ago
  22. d1e1480 test: relax bytesRead ratio assertion for Spark 4.1+ (#4197) by Andy Grove · 2 days ago
  23. da187f2 feat: support `PartialMerge` aggregation mode (#4003) by Oleks V · 2 days ago
  24. 7200cc7 test: [Spark 4.1.1] unignore CachedBatchSerializerNoUnwrapSuite (#4137) (#4204) by Andy Grove · 2 days ago
  25. 6bfc865 feat: add bug-triage Claude skill (#4109) by Andy Grove · 2 days ago
  26. d12c5c9 docs: start Spark 4.1 known-limitations section, seeded with #4199 (#4202) by Andy Grove · 2 days ago
  27. 1a6cd98 test: [Spark 4.1.1] unignore SPARK-52921 union partitioning tests (#4195) by Andy Grove · 2 days ago
  28. 47d8fbb docs: add roadmap items for spillable hash join, UDF support, memory management, and 1.0.0 release (#4171) by Andy Grove · 3 days ago
  29. d0fe577 fix: honor strictFloatingPoint in RangePartitioning (#4167) by ChenChen Lai · 3 days ago
  30. 4da2012 chore(deps): bump cc in /native in the all-other-cargo-deps group (#4168) by dependabot[bot] · 3 days ago
  31. 0d49389 feat: support regular BuildRight+LeftAnti hash join (#4073) by Liang-Chi Hsieh · 3 days ago
  32. 4958915 test: unignore InjectRuntimeFilterSuite tests gated on issue #242 (#4178) by Andy Grove · 3 days ago
  33. 425f9c9 build: Enable Spark SQL tests for Spark 4.1.1 (#4093) by Andy Grove · 5 days ago
  34. 3ed80e9 feat: AQE DPP for native Parquet scans with broadcast reuse (#4112) by Matt Butrovich · 5 days ago
  35. 050320d chore: Update `spark_expressions_support.md` doc (#4165) by Oleks V · 5 days ago
  36. dd05146 docs: add implement-comet-expression Claude skill (#4158) by Andy Grove · 5 days ago
  37. 8f7e112 feat: add config to gate converting Spark shuffle to Comet shuffle when child is non-Comet plan (#4166) by Andy Grove · 5 days ago
  38. 8eef32d test: support fallback chain in CometPlanStabilitySuite, dedupe existing goldens (#4129) by Andy Grove · 6 days ago
  39. 442d3fb feat: add support for timestamp_seconds expression (#3146) by Andy Grove · 6 days ago
  40. 6cd6cf3 ci: Enable Comet PR test matrix and TPCDS plan-stability for Spark 4.2 (#4126) by Andy Grove · 6 days ago
  41. 4d01ce1 docs: Update roadmap in contributor guide (#4144) by Andy Grove · 6 days ago
  42. 050e1e2 ci: add Spark 4.0 / JDK 21 profile (#4060) by James Willis · 7 days ago
  43. dc5929a fix: substring with negative start index (#4017) by KAZUYUKI TANIMURA · 7 days ago
  44. f10613b feat: Support Spark expression `str_to_map` (#3654) by Eric Chang · 7 days ago
  45. 61bcf31 docs: Fix errors in list of supported Spark versions (#4141) by Andy Grove · 7 days ago
  46. ade0c60 docs: improve review skill and contributor guide for serde patterns (#4132) by Andy Grove · 7 days ago
  47. 2d41937 docs: update Spark version support and add version compatibility page (#4138) by Andy Grove · 7 days ago
  48. d2ada84 feat: add MapSort expression support for Spark 4.0 (#4076) by Andy Grove · 8 days ago
  49. 95c6a1b chore: support Spark 4.1/4.2 for golden files generation (#4134) by Oleks V · 8 days ago
  50. 56749ec chore: audit array_intersect and expand SQL test coverage (#4071) by Andy Grove · 8 days ago
  51. f7b632c feat: task-level input metrics (bytesRead) for Iceberg native scan (#4128) by Matt Butrovich · 8 days ago
  52. b1ca457 fix: throw SchemaColumnConvertNotSupportedException from native_datafusion schema mismatch (#4117) by Andy Grove · 8 days ago
  53. 9108ec4 docs: support conditional content for snapshot vs release builds (#4030) by Andy Grove · 8 days ago
  54. 52b8ff1 ci: reduce macOS PR matrix to single Spark 4.0 profile (#4104) by Andy Grove · 8 days ago
  55. 2008411 build: add spark-4.2 Maven profile targeting 4.2.0-preview4 (#4119) by Andy Grove · 8 days ago
  56. fcaf705 ci: enable Spark 4.1 PR test matrix (#4106) by Andy Grove · 8 days ago
  57. 13e5f8c refactor: consolidate identical spark-4.0 and spark-4.1 shims into spark-4.x (#4118) by Andy Grove · 8 days ago
  58. e6ef10b build: add spark-4.1 Maven profile and shim sources (#4097) by Andy Grove · 8 days ago
  59. fc29bc3 docs: add Understanding Comet Plans user guide page (#4086) by Andy Grove · 9 days ago
  60. 4b086bb fix: reject incompatible decimal precision/scale in native_datafusion scan (#4090) by Andy Grove · 9 days ago
  61. c05bd16 fix: reject string/binary read as numeric in native_datafusion scan (#4091) by Andy Grove · 9 days ago
  62. b5b86b1 reject non-default collated string join keys in Comet hash join and sort-merge join (#4095) by ChenChen Lai · 9 days ago
  63. 9a20f29 Bump Spark 4.0.1 to 4.0.2 (#4114) by Andy Grove · 9 days ago
  64. ddafe0c docs: rename SQL File Tests to Comet SQL Tests and Scala tests to Comet Scala Tests (#4108) by Andy Grove · 9 days ago
  65. c7d97db ci: stopping running PR builds with 3.5.5/3.5.6 (#4103) by Andy Grove · 9 days ago
  66. bf3cf9b fix: enable Spark 4 SQL tests previously ignored for issues #3313 and #3314 (#4092) by Andy Grove · 10 days ago
  67. fdf00d4 fix: fall back for shredded Variant scans on Spark 4.0 (#4084) by Andy Grove · 10 days ago
  68. 023d912 feat: fix array_compact for Spark 4.0 and correct return type metadata (#3796) by Andy Grove · 11 days ago
  69. 964e578 perf: avoid redundant columnar shuffle when both parent and child are non-Comet (#4010) by Andy Grove · 11 days ago
  70. 5076f63 docs: add compatibility documentation to all expressions (#4067) by Andy Grove · 12 days ago
  71. 2cb6142 test: re-enable sql_hive-1 for Spark 4.0 and fix two small failures (#4047) by Andy Grove · 12 days ago
  72. 3be3a34 doc: update documentation for cast and datetime functions (#4058) by Parth Chandra · 12 days ago
  73. 5333d09 fix: scalar subquery pushdown and reuse for CometNativeScanExec (SPARK-43402) (#4053) by Matt Butrovich · 12 days ago
  74. 724152e feat: Add TimestampNTZType support for unix_timestamp (#4039) by Parth Chandra · 12 days ago
  75. f089295 fix: fall back to Spark for shuffle/sort/aggregate on non-default collated strings [Spark 4] (#4035) by Andy Grove · 12 days ago
  76. beecc2d feat: Cast string to timestamp_ntz (#4034) by Parth Chandra · 12 days ago
  77. a64c6ab fix: Iceberg reflection for current() on TableOperations hierarchy (#3895) by Karuppayya · 12 days ago
  78. a80a3a8 chore: promote array_insert to compatible and consolidate expression docs (#4065) by Andy Grove · 12 days ago
  79. 499f24d chore: gitignore generated docs directories (#4066) by Andy Grove · 12 days ago
  80. 3f572eb docs: Generate expression compatibility docs from code (#4057) by Andy Grove · 12 days ago
  81. 7dd3c4d ci: add concurrency blocks for more workflows (#4064) by Matt Butrovich · 12 days ago
  82. 491f75c chore(deps): bump the all-other-cargo-deps group (#4061) by dependabot[bot] · 12 days ago
  83. 644fd57 feat: add support for array_position expression (#3172) by Andy Grove · 12 days ago
  84. c0fd8ec ci: skip heavy test workflows for GenerateDocs and changelog changes (#4056) by Andy Grove · 12 days ago
  85. a247063 docs: split compatibility guide into multiple pages (#4055) by Andy Grove · 13 days ago
  86. 0c2fa63 test: add date_trunc DST regression test in non-UTC session timezone (#4040) by Andy Grove · 13 days ago
  87. 779c251 chore: enable array_union (#4043) by KAZUYUKI TANIMURA · 13 days ago
  88. b358012 fix: enable arrays_overlap (#3901) by KAZUYUKI TANIMURA · 13 days ago
  89. 3d80308 test: unignore passing DPP test, retag remaining DPP failures to #4045 (#4046) by Andy Grove · 13 days ago
  90. b98a736 test: unignore passing Spark 4.0 SQL tests and retag remaining to specific issues (#4041) by Andy Grove · 13 days ago
  91. 33f2764 test: more non-aqe DPP tests (#4037) by Matt Butrovich · 13 days ago
  92. 0c13675 test: unignore DynamicPartitionPruning static scan metrics test (#4038) by Andy Grove · 14 days ago
  93. 6e6a2de fix: support to_json on Spark 4.0 (#4036) by Andy Grove · 14 days ago
  94. 1679f81 fix: cast to and from timestamp_ntz (#4008) by Parth Chandra · 14 days ago
  95. dcaaffa test: fix SparkToColumnar plan-shape assertions on Spark 4 (#4032) by Andy Grove · 14 days ago
  96. 2bd01af feat: Support Spark expression: arrays_zip (#3643) by hsiang-c · 14 days ago
  97. bb79752 test: run more JVM tests (#4026) by KAZUYUKI TANIMURA · 14 days ago
  98. 29bcb75 chore: update documentation links for 0.15.0 release (#4029) by Andy Grove · 14 days ago
  99. aacbc5f test: run more Spark 4 tests (#4013) by KAZUYUKI TANIMURA · 2 weeks ago
  100. 1bf057d chore: update pending PR filter (#4025) by Oleks V · 2 weeks ago