1. fbca163 chore: fix `pr_build*.yml` (#2434) by Oleks V · 7 hours ago main
  2. f1fb980 fix: Byte array Literals failed on cast (#2432) by Oleks V · 15 hours ago
  3. 3778f34 chore: update configs.md (#2428) by Matt Butrovich · 2 days ago
  4. a4c437c chore: new TPC-DS golden plans after #2409 (#2426) by Matt Butrovich · 2 days ago
  5. 547fbe8 minor: Add RDDScan to default value of sparkToColumnar.supportedOperatorList (#2422) by Zhen Wang · 2 days ago
  6. e538db9 minor: Update TPC-DS microbenchmarks to remove "scan only" and "exec only" runs (#2396) by Andy Grove · 2 days ago
  7. 34daa54 fix: regressions in `CometToPrettyStringSuite` (#2384) by hsiang-c · 2 days ago
  8. c1e1120 fix: Avoid spark plan execution cache preventing CometBatchRDD numPartitions change (#2420) by Zhen Wang · 2 days ago
  9. 9e1f70f chore: Respect native features env for cargo commands (#2296) by Zhen Wang · 2 days ago
  10. 07898ed fix:clippy errros rust 1.9.0 update (#2419) by B Vadlamani · 3 days ago
  11. 4d4d8c8 doc: macos benches doc clarifications (#2418) by Oleks V · 4 days ago
  12. 12f0fdc feat: Add nested Array literal support (#2181) by Oleks V · 4 days ago
  13. 2274ee5 perf: Improve BroadcastExchangeExec conversion (#2417) by Zhen Wang · 4 days ago
  14. ba4e362 chore: Support Spark 4.0.1 instead of 4.0.0 (#2414) by Andy Grove · 4 days ago
  15. 9cac1af feat: Enable WeekDay function (#2411) by Zhen Wang · 5 days ago
  16. b27aa03 feat: Support comet native log level conf (#2379) by Zhen Wang · 5 days ago
  17. 9f95e8b fix: correct `missingInput` for `CometHashAggregateExec` (#2409) by Oleks V · 5 days ago
  18. 24f5209 chore: upgrade to DataFusion 50.0.0, Arrow 56.1.0, Parquet 56.0.0 among others (#2286) by Matt Butrovich · 5 days ago
  19. 0e7c26b perf: Use DataFusion's `count_udaf` instead of `SUM(IF(expr IS NOT NULL, 1, 0))` (#2407) by Andy Grove · 5 days ago
  20. 3bb1b40 chore: Improve test coverage for `count` aggregates (#2406) by Andy Grove · 5 days ago
  21. 341db1d feat: rpad support column for second arg instead of just literal (#2099) by B Vadlamani · 6 days ago
  22. 84dca9f feat: Support more date part expressions (#2316) by Zhen Wang · 6 days ago
  23. f0f0653 refactor: Scala hygiene - remove `scala.collection.JavaConverters` (#2393) by hsiang-c · 6 days ago
  24. e9e125c minor: Update scripts to reflect published benchmark results (#2403) by Andy Grove · 6 days ago
  25. 73ba419 docs: Add deprecation notice to datafusion-comet-spark-expr crate (#2405) by Andy Grove · 6 days ago
  26. e6fc7ff docs: Publish 0.10.0 user guide (#2394) by Andy Grove · 6 days ago
  27. 96ede70 chore: [iceberg] support Iceberg 1.9.1 (#2386) by hsiang-c · 6 days ago
  28. 5b10b9f pref: New Configuration from shared conf to avoid high costs (#2402) by Zhen Wang · 6 days ago
  29. 48a0cc0 fix: Check reused broadcast plan in non-AQE and make setNumPartitions thread safe (#2398) by Zhen Wang · 6 days ago
  30. 9994657 feat: feature specific tests (#2372) by Parth Chandra · 6 days ago
  31. 5565a6a chore(deps): bump cc from 1.2.36 to 1.2.37 in /native (#2399) by dependabot[bot] · 7 days ago
  32. a53e090 build: fix build of 'hdfs-opendal' feature for MacOS (#2392) by Parth Chandra · 9 days ago
  33. f4c72fd chore: Improve Initcap test and docs (#2387) by Andy Grove · 9 days ago
  34. d9c2b3a chore: Output `BaseAggregateExec` accurate unsupported names (#2383) by Oleks V · 10 days ago
  35. 79516b6 feat: Add dynamic `enabled` and `allowIncompat` configs for all supported expressions (#2329) by Andy Grove · 10 days ago
  36. 1553caa chore: Refactor Literal serde (#2377) by Andy Grove · 10 days ago
  37. 3b29cb9 Revert "chore: [1941-Part1]: Introduce `map_sort` scalar function (#2262)" (#2381) by Oleks V · 11 days ago
  38. fbc80ac fix more comet versions in docs (#2374) by Andy Grove · 11 days ago
  39. 2811793 refactor UnaryMinus serde (#2378) by Andy Grove · 11 days ago
  40. 72eb0e9 Close https://github.com/apache/datafusion-comet/issues/1966 (#2376) by hsiang-c · 11 days ago
  41. 56a2f7e chore: Split expression serde hash map into separate categories (#2322) by Andy Grove · 11 days ago
  42. b9ce50c temp fix (#2373) by Andy Grove · 11 days ago
  43. 6d5d5e4 chore: Start 0.11.0 development (#2365) by Andy Grove · 12 days ago
  44. b08f84a Add changelog for 0.10.0 (#2361) by Andy Grove · 12 days ago
  45. 65bbe43 build: Check that all Scala test suites run in PR builds (#2304) by Andy Grove · 12 days ago
  46. ffa65a3 fix: temporarily ignore test for hdfs file systems (#2359) by Parth Chandra · 12 days ago
  47. d7aa7d2 doc: Document usage IcebergCometBatchReader.java (#2347) by Oleks V · 12 days ago
  48. 2153379 chore(deps): bump uuid from 1.18.0 to 1.18.1 in /native (#2336) by dependabot[bot] · 12 days ago
  49. 2056ace Update Iceberg docs for 0.10 release (#2355) by hsiang-c · 12 days ago
  50. bb318a5 feat: [iceberg] delete rows support using selection vectors (#2346) by Parth Chandra · 12 days ago
  51. bd6b9fa fix: Fallback length function with non-string input (#2349) by Zhen Wang · 12 days ago
  52. f2baf95 chore: [1941-Part1]: Introduce `map_sort` scalar function (#2262) by Rishab Joshi · 13 days ago
  53. 8a8ab24 docs: Update supported expressions and operators in user guide (#2327) by Andy Grove · 13 days ago
  54. 4f12395 docs: Stop hard-coding Comet version in docs (#2326) by Andy Grove · 13 days ago
  55. 0e89a57 build: Specify SPARK_LOCAL_HOSTNAME to fix CI failures (#2353) by Andy Grove · 13 days ago
  56. 7620ebc feat: Make supported hadoop filesystem schemes configurable (#2272) by Zhen Wang · 13 days ago
  57. e17bce3 docs: Add note about Root CA Certificate location with native scans (#2325) by Andy Grove · 13 days ago
  58. e129da2 chore(deps): bump log from 0.4.27 to 0.4.28 in /native (#2333) by dependabot[bot] · 13 days ago
  59. eab27f4 chore(deps): bump cc from 1.2.35 to 1.2.36 in /native (#2337) by dependabot[bot] · 13 days ago
  60. 4b8f6b3 docs: Use `sphinx-reredirects` for redirects (#2324) by Andy Grove · 14 days ago
  61. 3fc51ec fix: TakeOrderedAndProjectExec is not reporting all fallback reasons (#2323) by KAZUYUKI TANIMURA · 14 days ago
  62. 22eb447 chore(deps): bump actions/download-artifact from 4 to 5 (#2332) by dependabot[bot] · 14 days ago
  63. 01b5f3f chore(deps): bump actions/setup-python from 5 to 6 (#2331) by dependabot[bot] · 14 days ago
  64. b4fb1b1 chore(deps): bump twox-hash from 2.1.1 to 2.1.2 in /native (#2335) by dependabot[bot] · 14 days ago
  65. 10b0414 chore(deps): bump log4rs from 1.3.0 to 1.4.0 in /native (#2334) by dependabot[bot] · 14 days ago
  66. aa82116 Refactor serde for Alias and AttributeReference (#2290) by Andy Grove · 2 weeks ago
  67. ab8a7b2 feat: Improve some confusing fallback reasons (#2301) by Zhen Wang · 2 weeks ago
  68. d5ac803 fix docs warnings (#2320) by Andy Grove · 2 weeks ago
  69. 633b33e docs: Add manual redirects from old pages that no longer exist (#2317) by Andy Grove · 2 weeks ago
  70. 9601bba chore: Collect fallback reasons for spark sql tests (#2313) by Zhen Wang · 2 weeks ago
  71. 70f1236 docs: Move user guide docs into /user-guide/latest (#2318) by Andy Grove · 2 weeks ago
  72. 9f9ae8f fix: Validating object store configs should not throw exception (#2308) by Andy Grove · 2 weeks ago
  73. d67ef7a fix: Fix regression in NativeConfigSuite (#2299) by Andy Grove · 3 weeks ago
  74. 7403b7f chore: Align sort constraints w/ `arrow-rs` (#2279) by hsiang-c · 3 weeks ago
  75. 8ad412b feat: Ignore fallback info for command execs (#2297) by Zhen Wang · 3 weeks ago
  76. 76d314a Update benchmark scripts (#2293) by Andy Grove · 3 weeks ago
  77. 22583c1 fix: implement lazy evaluation in Coalesce function (#2270) by B Vadlamani · 3 weeks ago
  78. a74fea1 feat: Support hdfs with OpenDAL (#2244) by Zhen Wang · 3 weeks ago
  79. b6b273c minor: Improve exception message for unimplemented CometVector methods (#2291) by Andy Grove · 3 weeks ago
  80. 294f1cd chore: Refactor `hex`/`unhex` SerDe to avoid code duplication (#2287) by hsiang-c · 3 weeks ago
  81. c00bedb chore: Refactor `Cast` serde to avoid code duplication (#2242) by Andy Grove · 3 weeks ago
  82. 636ce22 minor: Reduce misleading fallback warnings (#2283) by Andy Grove · 3 weeks ago
  83. a576c22 chore: docker publish and docs build only for apache repo (#2289) by Zhen Wang · 3 weeks ago
  84. bce3c06 remove check for custom endpoints (#2288) by Andy Grove · 3 weeks ago
  85. 5bd505f chore(deps): bump mimalloc from 0.1.47 to 0.1.48 in /native (#2276) by dependabot[bot] · 3 weeks ago
  86. 22d6204 perf: Avoid FFI copy in `ScanExec` when reading data from exchanges (#2268) by Andy Grove · 3 weeks ago
  87. 60776f2 Fix docs (#2284) by Andy Grove · 3 weeks ago
  88. ba228e1 fix: handle cast to dictionary vector introduced by case when (#2044) by Parth Chandra · 3 weeks ago
  89. a907d7d refactor serde for conditional expressions (#2266) by Andy Grove · 3 weeks ago
  90. 6192c08 minor: Remove useless ENABLE_COMET_SHUFFLE env (#2280) by Zhen Wang · 3 weeks ago
  91. 66601ba docs: Publish version-specific user guides (#2269) by Andy Grove · 3 weeks ago
  92. 78a2ef0 chore(deps): bump aws-credential-types from 1.2.5 to 1.2.6 in /native (#2275) by dependabot[bot] · 3 weeks ago
  93. 7022a44 chore(deps): bump bindgen from 0.72.0 to 0.72.1 in /native (#2274) by dependabot[bot] · 3 weeks ago
  94. 39b1498 chore(deps): bump cc from 1.2.34 to 1.2.35 in /native (#2277) by dependabot[bot] · 3 weeks ago
  95. 1f5d6c6 chore(deps): bump procfs from 0.17.0 to 0.18.0 in /native (#2278) by dependabot[bot] · 3 weeks ago
  96. b6b5b4c chore: Refactor remaining predicate expression serde (#2265) by Andy Grove · 3 weeks ago
  97. 62b3c91 fix: split expr.proto file (new) (#2267) by K.I. (Dennis) Jung · 3 weeks ago
  98. 0dc71c0 chore: Refactor serde for more array and struct expressions (#2257) by Andy Grove · 3 weeks ago
  99. 7e0ff1a Chore: Refactor serde for math expressions (#2259) by Kazantsev Maksim · 3 weeks ago
  100. c9ab291 fix: Fall back to `native_comet` when object store not supported by `native_iceberg_compat` (#2251) by Andy Grove · 3 weeks ago