1. bf46040 [AURON #1743] Support ORC reader batch size (#2525) by Ma Zhengxuan · 2 days ago master
  2. 3d37d54 [AURON #2530] Fix incorrect results in partial merge aggregation with sliced batches (#2531) by Yizhong Zhang · 2 days ago
  3. bcd086b [AURON #2511] Prune full-data-file Iceberg changelog delete tasks (#2523) by Ma Zhengxuan · 6 days ago
  4. e3d7361 [AURON #2307] Add @transient to large fields and use NativePartition to reduce serialization overhead (#2515) by Yizhong Zhang · 7 days ago
  5. a6ca6be [AURON #2509] Support date_add and date_sub functions natively (#2512) by Ma Zhengxuan · 7 days ago
  6. df60895 [AURON #2518] Cache maximum accumulator indices to avoid repeated scans (#2519) by linfeng · 7 days ago
  7. 81b2922 [AURON #2513] Optimize spill error handling and add an IOExceptiion for spill file missing (#2514) by Yizhong Zhang · 9 days ago
  8. 9f90eac [AURON #2351] Reduce native broadcast task serialization size (#2506) by Ma Zhengxuan · 12 days ago
  9. 04eeb90 [AURON #2497] Fix SortExec projected schema and sort key mapping (#2498) by linfeng · 2 weeks ago
  10. f9ed3f2 [AURON #2499] perf: avoid identity take in GenerateExec (#2500) by linfeng · 2 weeks ago
  11. 088c0f5 [AURON #2501] Support datediff function natively (#2502) by Ma Zhengxuan · 2 weeks ago
  12. f1c769b [AURON #2475] Fix float-to-decimal precision loss (#2496) by Ma Zhengxuan · 2 weeks ago
  13. f098575 [AURON #2503] Rename blaze to auron (#2504) by Yizhong Zhang · 2 weeks ago
  14. ffc6a27 [AURON #2488] Support dayofyear function natively (#2489) by Ma Zhengxuan · 3 weeks ago
  15. 3459454 [AURON #2495] Docs: update README description (#2495) by Lei Wang · 3 weeks ago
  16. f0c0df4 [AURON #2493] Docs: update GitHub repo About description (#2493) by Lei Wang · 3 weeks ago
  17. 3d52de0 [AURON #2485] Support last_day function natively (#2486) by Ma Zhengxuan · 3 weeks ago
  18. 1e97574 [AURON #2480] Optimize array and map explode using offset ranges (#2481) by linfeng · 3 weeks ago
  19. 650b9ab [AURON #2308] Fix native shuffle exchange NPE in shuffle write tasks (#2487) by Ma Zhengxuan · 3 weeks ago
  20. 1d4d60d [AURON #2444] Add build branch and build reversion info (#2445) by He Zhao · 3 weeks ago
  21. e906842 [AURON #2474] Fix make_date null and ANSI semantics (#2479) by Ma Zhengxuan · 3 weeks ago
  22. 2df3e9a [AURON #2482] handle optional sort indices for zero-column batches (#2483) by linfeng · 4 weeks ago
  23. 0ef91f7 [AURON #2369] fix incorrect ORC predicate pushdown with OR (#2370) by Flyangz · 4 weeks ago
  24. ec6eb49 [AURON #2405] Add primitive fast path for single-column integer sort (#2406) by yew1eb · 4 weeks ago
  25. 4350a7d [AURON #2392] Support Spark 4.2 (#2404) by bkhan · 4 weeks ago
  26. 4b0a345 [AURON #2472] Fix nullable struct field null propagation (#2473) by linfeng · 4 weeks ago
  27. 0f98674 [AURON #2468] Support binary sort keys in native range shuffle (#2469) by Ming Wei · 4 weeks ago
  28. 2412b01 [AURON #2455] Run UNIX_TIMESTAMP natively for fixed-offset session time zones (#2466) by Weiqing Yang · 4 weeks ago
  29. 6a85e30 [AURON #1902] Reuse extension function implementations (#2467) by Goutam Adwant · 5 weeks ago
  30. e5a3735 [AURON #2431] Prune Iceberg changelog tasks by metadata predicates (#2456) by Goutam Adwant · 5 weeks ago
  31. 3ac1779 [AURON #2457] Fix per-partition job submission in NativeCollectLimit (#2458) by linfeng · 5 weeks ago
  32. 91ced1f [AURON #2451] Add Paimon COW multi-commit correctness coverage (#2452) by Ming Wei · 5 weeks ago
  33. 53200b0 [AURON #2437] Support inner residual join conditions in native broadcast hash join (#2438) by Ming Wei · 5 weeks ago
  34. 38f6396 [AURON #2463] Fix native Top-K with only sort keys (#2464) by linfeng · 5 weeks ago
  35. 67cff18 [AURON #1863] Support the zero-argument Flink UNIX_TIMESTAMP natively (#2465) by Weiqing Yang · 6 weeks ago
  36. 779b245 [AURON #1863] Support native Flink UNIX_TIMESTAMP: converter integration (#2448) by Weiqing Yang · 6 weeks ago
  37. 14d17f7 [AURON #2453] Fix filtered aggregation for groups with no matching rows (#2454) by linfeng · 6 weeks ago
  38. 0e6388d [AURON #2449] Add fallback coverage for unsupported Paimon scan data type (#2450) by Ming Wei · 6 weeks ago
  39. 4c2abaa [AURON #2434] Support full-data-file Iceberg changelog deletes (#2435) by Ming Wei · 7 weeks ago
  40. 83f05f5 [AURON #1863] Support native Flink UNIX_TIMESTAMP: native scalar function (#2409) by Weiqing Yang · 7 weeks ago
  41. 377e532 [AURON #2422] Make RSS spill memory triggers configurable (#2423) by cxzl25 · 7 weeks ago
  42. 23fc4f5 [AURON #2446] Flush buffered data based on row count (#2447) by Junfan Zhang · 7 weeks ago
  43. 4447275 [AURON #2429] Add mixed-format fallback coverage for Iceberg changelog native scan (#2430) by Ming Wei · 7 weeks ago
  44. 0f1794c [AURON #2419] RowNullChecker may mis-detect null join keys for complex Arrow row types (#2424) by Ming Wei · 7 weeks ago
  45. ce460e1 [AURON #2439] Add git to yum install (#2442) by cxzl25 · 7 weeks ago
  46. 18f9b3f [AURON #2440] Consolidate Maven properties and format code (#2441) by cxzl25 · 8 weeks ago
  47. 0d4d779 Bump actions/stale from 10 to 11 (#2436) by dependabot[bot] · 8 weeks ago
  48. bbca8c7 [AURON #2432] Vendor third-party dependencies via setup-vendors.sh with patch series (#2433) by Lei Wang · 8 weeks ago
  49. c1e5943 [AURON #2329] Test and document multi-consumer source-Calc fan-out safety (#2415) by Weiqing Yang · 8 weeks ago
  50. 858dc6a [AURON #2407] [BUILD] Fix the invalid Spark 4.1 Docker build example. (#2408) by slfan1989 · 8 weeks ago
  51. fe9a2ff [AURON #2425] Support Iceberg STARTS_WITH pruning in native scan (#2426) by Ming Wei · 8 weeks ago
  52. 14a9c6d [AURON #2427] Report fallback reason for unsupported Iceberg scan data types (#2428) by Ming Wei · 8 weeks ago
  53. b448d5e Bump base64 from 0.22.1 to 0.23.0 (#2420) by dependabot[bot] · 8 weeks ago
  54. 003f0d9 [AURON #1891] Implement randn() function (#1938) by Rob Reeves · 8 weeks ago
  55. a1e48f3 [AURON #2417] log rss write size metrics (#2418) by cxzl25 · 8 weeks ago
  56. 58d3404 [AURON #2320] Fix PB deserialization bug & improve PB parsing performance (#2339) by zhangmang · 9 weeks ago
  57. 2889b56 [AURON #2413] fix(ci): adapt labeler.yml to actions/labeler v7 (#2414) by Weiqing Yang · 9 weeks ago
  58. f419ad5 Bump tokio from 1.53.0 to 1.53.1 (#2412) by dependabot[bot] · 9 weeks ago
  59. 7b204a5 Bump futures from 0.3.32 to 0.3.33 (#2411) by dependabot[bot] · 9 weeks ago
  60. b30c230 Bump actions/labeler from 6 to 7 (#2410) by dependabot[bot] · 9 weeks ago
  61. 01138f7 [AURON #2372] Fix Docker build on ARM hosts (#2371) by He Zhao · 9 weeks ago
  62. a4ea0d9 Bump tokio from 1.52.3 to 1.53.0 (#2402) by dependabot[bot] · 9 weeks ago
  63. d749ef9 Bump async-trait from 0.1.89 to 0.1.91 (#2400) by dependabot[bot] · 9 weeks ago
  64. 85fc4a3 Bump futures-util from 0.3.32 to 0.3.33 (#2401) by dependabot[bot] · 9 weeks ago
  65. 629084c [AURON #2398] Fix Maven -D argument handling in auron-build.sh (#2399) by slfan1989 · 9 weeks ago
  66. c3b7d63 Bump serde from 1.0.228 to 1.0.229 (#2403) by dependabot[bot] · 9 weeks ago
  67. c0b5251 [AURON #2352] Lock spills before new spiller (#2350) by Zhen Wang · 9 weeks ago
  68. 92f22ea [AURON #1865] Merge native operators: fuse Flink source and Calc into one native plan (#2327) by Weiqing Yang · 9 weeks ago
  69. ea587656 [AURON #2396] [RELEASE] Bump the development version to 9.0.0-SNAPSHOT (#2397) by slfan1989 · 9 weeks ago
  70. 37daf6c Bump lz4_flex from 0.13.1 to 0.14.0 (#2388) by dependabot[bot] · 9 weeks ago
  71. ceda733 Bump regex from 1.13.0 to 1.13.1 (#2389) by dependabot[bot] · 9 weeks ago
  72. eaba4d4 [AURON #2378] Support runtime filters in native Iceberg scan (#2379) by linfeng · 10 weeks ago
  73. b073bfb [AURON #2265] Add AI-assisted development guidance (#2387) by Shreyesh Arangath · 10 weeks ago
  74. 3bb99b6 Bump regex from 1.12.3 to 1.13.0 (#2385) by dependabot[bot] · 10 weeks ago
  75. a86d6a6 Bump prost-reflect from 0.16.4 to 0.16.5 (#2384) by dependabot[bot] · 2 months ago
  76. d2349bc Bump bytes from 1.11.1 to 1.12.1 (#2383) by dependabot[bot] · 2 months ago
  77. 3d24724 [AURON #2375] Fix Iceberg changelog scan field-id projection (#2376) by linfeng · 2 months ago
  78. fe1ddbc [AURON #2373] support Docker Compose in build script (#2374) by He Zhao · 3 months ago
  79. ecf2a6f Bump bytesize from 2.3.1 to 2.4.2 (#2382) by dependabot[bot] · 3 months ago
  80. f2a603a [AURON #2380] [RELEASE] Bump version to 8.0.0-incubating (#2381) by slfan1989 · 3 months ago v8.0.0 v8.0.0-rc0
  81. 572ce5a [AURON #2321] Support Iceberg column rename and drop-then-add in the native scan (#2322) by linfeng · 3 months ago
  82. 6dc9b00 [AURON #2193] Implement native support for inner residual join conditions on SMJ/SHJ (#2197) by Ming Wei · 3 months ago
  83. 8145cc9 [AURON #2366] fix: Handle Paimon metadata columns in V2 native scan (#2367) by linfeng · 3 months ago
  84. 236d8e9 [AURON #2253] Support insert-only Iceberg changelog native scan (#2254) by Ming Wei · 3 months ago
  85. 5ef05e4 [AURON #2331] Detect unexpected fallback in expression tests (#2332) by Ming Wei · 3 months ago
  86. 4a50428 [AURON #2360] Honor config alt keys when reading from SQLConf (#2361) by Rob Reeves · 3 months ago
  87. ebf25a2 [AURON #2364] fix: Native Paimon V2 scan returns wrong results with native filter (#2365) by linfeng · 3 months ago
  88. 953381d [AURON #2343] Support native flatten for mixed child array nullability (#2344) by Ming Wei · 3 months ago
  89. 2087a10 [AURON #2335] Support more literal patterns in native split (#2336) by Ming Wei · 3 months ago
  90. 2fd4471 [AURON #2356] Fix duplicate initialization of the FlinkAuronConfiguration object (#2357) by zhangmang · 3 months ago
  91. 1b25a31 [AURON #2354] chore: enable copilot code review on push (#2355) by cxzl25 · 3 months ago
  92. 790bb8e Bump actions/cache from 5 to 6 (#2353) by dependabot[bot] · 3 months ago
  93. 161d19c [AURON #2337] Support array input for native reverse (#2338) by Ming Wei · 3 months ago
  94. ca3bece Bump actions/checkout from 6 to 7 (#2345) by dependabot[bot] · 3 months ago
  95. d5af99b [AURON #2316] Support native scan for Paimon DSv2 (BatchScanExec) COW tables (#2313) by Xiangyi Zhu · 3 months ago
  96. 9338d8c [AURON #2341] Fix NativeIcebergTableScan to respect SinglePartition outputPartitioning (#2342) by linfeng · 3 months ago
  97. f95888f Bump itertools from 0.14.0 to 0.15.0 (#2340) by dependabot[bot] · 3 months ago
  98. 838d099 [AURON #2325] Fix Auron Kafka source emitting no records without a watermark (#2326) by Weiqing Yang · 3 months ago
  99. 5bc8049 [AURON #2333] Fix master build: pass keys to getDefaultNativeMetrics in NativeOrcInsertIntoHiveTableBase (#2334) by Weiqing Yang · 3 months ago
  100. 93eda71 [AURON #1985] Optimize native metrics retrieval by passing keys directly (#1982) by LSM · 3 months ago