Skip to content

Releases: apache/auron

v5.0.0

28 Apr 09:41
36cb159
Compare
Choose a tag to compare

New Feature

  • Supports UDAF falling back.
  • Supports native round-robin partitioner.
  • Supports native range partitioner.
  • Supports native WindowGroupLimitExec introduced in Spark-3.5.
  • Supports SHJ falling back to SMJ when built side is too big.
  • Fully supports to Apache Celeborn shuffle service.
  • Initial supports to Apache Uniffle shuffle service.
  • Initial supports to Apache Paimon datasource.

Improvement

Improved memory management in AggExec/SortMergeJoinExec, reducing number of OOMs.
Imptoved metric statistics.

Bug fixes

  • Fixed inconsistent string to data casting.
  • Fixed inconsistent bloom filter join when bloom filter is generated by Spark.
  • Fixed incorrect sort ordering when writing tables with dynamic partitions.
  • Fixed inconsistent sha2x functions.
  • Fixed a lot of bugs those might lead to query failure, see What's Changed.

What's Changed

  • release version v4.0.1 by @richox in #690
  • fix incorrect expression conversion: Days should be DayOfMonth by @richox in #691
  • fix ci: cache spark binaries by @richox in #696
  • Bump smallvec from 2.0.0-alpha.7 to 2.0.0-alpha.8 by @dependabot in #692
  • Bump prost from 0.13.3 to 0.13.4 by @dependabot in #688
  • Dev repartitioning by @gy11233 in #693
  • Add Blaze icon and issue navigation In IDEA by @cxzl25 in #699
  • [BLAZE-700] Minor nit fix for hyperlink by @merrily01 in #701
  • [BLAZE-706] Fix year/month/day functions data type by @wForget in #703
  • [BLAZE-704] Specify name for spark ext function by @wForget in #705
  • Fix some incorrect module name mapping in docker compose file by @harveyyue in #709
  • fix ci: trigger ci when opening PR by @richox in #711
  • Support native scan hive paimon cow table by @harveyyue in #708
  • Automatically use the protoc version downloaded by the maven plugin by @cxzl25 in #702
  • [BLAZE-707][FOLLOWUP] NativePaimonTableScanExec should use shimed PartitionedFile and min partition number by @SteNicholas in #713
  • fix ci: trigger ci when opening/changing PR by @richox in #714
  • [BLAZE-287][FOLLOWUP] BlazeCelebornShuffleWriter should use mapped shuffle id for rerunning stage of fetch failure by @SteNicholas in #712
  • Bump sonic-rs from 0.3.16 to 0.3.17 by @dependabot in #694
  • Bump smallvec from 2.0.0-alpha.8 to 2.0.0-alpha.9 by @dependabot in #698
  • Bump foldhash from 0.1.3 to 0.1.4 by @dependabot in #710
  • feat(spill): Align with the multi IO compression codec in spill by @zuston in #657
  • bug fixes by @richox in #717
  • Fix OrcScan reads missing data column by @ASiegeLion in #716
  • fix test failures by @richox in #720
  • [BLAZE-725] Bump Spark from 3.5.3 to 3.5.4 by @SteNicholas in #726
  • Fix MacOS compile by @cxzl25 in #724
  • Apply spotless by @cxzl25 in #728
  • Remove bug_report unnecessary information by @cxzl25 in #727
  • fix mvn build helper by @richox in #735
  • Duplicated project schema will cause index out of bounds exception in orc_exec by @harveyyue in #723
  • [BLAZE-729] Fix a typo in the Shebang line of the shell script by @merrily01 in #730
  • Fix orc map type entries field naming issue by @harveyyue in #732
  • Bump itertools from 0.13.0 to 0.14.0 by @dependabot in #733
  • close inactive issues by @richox in #738
  • [BLAZE-736] Write time should increment for mapperEnd in CelebornPart… by @HYBG-1126 in #739
  • fix ci: use huaweicloud mirror to download spark binaries by @richox in #742
  • Bump tempfile from 3.14.0 to 3.15.0 by @dependabot in #741
  • Bump async-trait from 0.1.83 to 0.1.84 by @dependabot in #740
  • fix performance issues by @richox in #743
  • [BLAZE-744] Bump Celeborn version from 0.5.2 to 0.5.3 by @SteNicholas in #745
  • Dev repartitioning by @gy11233 in #734
  • Bump Paimon version from 0.9.0 to 1.0.0 by @harveyyue in #751
  • [BLAZE-747] Enhance the ArrowFFIExporter.exportNextBatch method to execute conditionally by @merrily01 in #748
  • fix range repartitioning proto issue by @gy11233 in #752
  • Bump async-trait from 0.1.84 to 0.1.85 by @dependabot in #746
  • Bump uuid from 1.11.0 to 1.11.1 by @dependabot in #754
  • Bump tokio from 1.42.0 to 1.43.0 by @dependabot in #755
  • fix ci: update to actions/upload-artifact@v4 by @richox in #756
  • fix ci: update to actions/upload-artifact@v4 by @richox in #757
  • fix ci: add --all-opens for supporting jdk17 by @richox in #758
  • fix ci: use cached spark-bin directory to walk around permission denied issue by @richox in #766
  • fix-ci: use specified jdk version by @richox in #767
  • fix-ci: adjust memory configuration by @richox in #768
  • Bump uuid from 1.11.1 to 1.12.0 by @dependabot in #765
  • Bump log from 0.4.22 to 0.4.25 by @dependabot in #764
  • [BLAZE-747][FOLLOW-UP] Fix user changed in FFI NextBatch by @Flyangz in #769
  • Bump smallvec from 2.0.0-alpha.9 to 2.0.0-alpha.10 by @dependabot in #770
  • [BLAZE-762] Return null when log function input is negative by @wForget in #763
  • [BLAZE-760] Fallback shuffle exchange when range partitioning with unsupported type by @wForget in #761
  • supports falling back hash join to sort merge join when hash table is too big by @richox in #753
  • fix-ci: remote incorrect cache by @richox in #779
  • fix-ci: rust fmt by @richox in #780
  • Add comma to line in README file by @xleoken in #778
  • bug fixes by @richox in #777
  • [BLAZE-775] Support float type for sum function by @wForget in #776
  • [BLAZE-773] Support long type for floor function by @wForget in #774
  • fix-ci: pull_request_target -> pull_request by @richox in #782
  • fix build error and code style by @wForget in #781
  • Bump uuid from 1.12.0 to 1.12.1 by @dependabot in #783
  • [BLAZE-786] Mark big decimal value convertion as unsupported by @wForget in #787
  • use better aggregate OwnedKey construction by @richox in #784
  • [BLAZE-790] Support LZ4_RAW compression codec for parquet by @SteNicholas in #791
  • Add support of mac aarch64 for tpcds data generator by @zuston in #792
  • Automatic cancel previous CI tests when newly commit comes for per PR by @zuston in #794
  • Add support of pprof dump for rust execution by @zuston in #793
  • Bump tempfile from 3.15.0 to 3.16.0 by @dependabot in #802
  • Bump serde from 1.0.216 to 1.0.217 by @dependabot in #800
  • Bump poem from 1.3.59 to 3.1.6 by @dependabot in #799
  • Bump rand from 0.8.5 to 0.9.0 by @dependabot in #801
  • Bump bytes from 1.9.0 to 1.10.0 by @dependabot in #811
  • Bump async-trait from 0.1.85 to 0.1.86 by @dependabot in #810
  • Add support of Apache Uniffle for remote shuffle service by @zuston in #796
  • use separated thread in ffi exporter by @richox in #788
  • Fix the rootless-docker action failure when building the jar in github action by @zuston in #813
  • Bump uuid from 1.12.1 to 1.13.1 by @dependabot in #814
  • Add support of building native with --features by @zuston in #797
  • Add support of memory profile by @zuston in #798
  • [BLAZE-808] Support statistics of ExecutionPlan for WindowExec by @SteNicholas in #809
  • [BLAZE-805] Support statistics of ExecutionPlan for SortExec by @steni...
Read more

v4.0.1

10 Dec 07:08
02082df
Compare
Choose a tag to compare

New Feature

  • Initial supports to ORC input file format.
  • Initial supports to RSS framework and Apache Celeborn shuffle service.

Improvement

  • Optimize AggExec by supporting Implement columnar-based aggregation.
  • Use custom implemented hashmap implement for aggregation.
  • Supports specialized count(0).
  • Optimize bloom filter by reusing same bloom filter in the same executor.
  • Optimize bloom filter by supporting shrinking.
  • Optimize reading parquet files by supporting parallel reading.
  • Improve spill file deletion logics.

Bug fixes

  • Fix file not found for path with url encoded character.
  • Fix Hashaggregate convert job throwing ScalaReflectionException.
  • Fix pruning error while reading parquet files with multiple row groups.
  • Fix incorrect number of tasks due to missing shuffleOrigin.
  • Fix record batch creating error when hash joining with empty input.

Other

  • Upgrade datafusion/arrow dependency to v42/v53.
  • Replace gxhash with foldhash for better compatibility on some hardwares.
  • Other minor improvement & fixes.

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

10 Oct 06:16
Compare
Choose a tag to compare

New features

  • supports spark3.0/3.1/3.2/3.3/3.4/3.5.
  • supports integrating with Apache Celeborn.
  • supports native ORC input format.
  • supports bloom filter join introduced in spark 3.5.
  • supports forceShuffledHashJoin for running tpch/tpcds benchmarks.
  • new supported native expression/functions: year, month, day, md5.

Bug fixes

  • add missing UDTF.terminate() invokes.
  • fix NPE while executing some native spark physical plans.

Performance

  • use custom implemented hash table for faster joining, supporting SIMD, bulk searching, memory prefetching, etc.
  • improve shuffle write performance.
  • reuse FSDataInputStream for same input file.

What's Changed

New Contributors

Full Changelog: v3.0.1...v4.0.0

v3.0.1

23 Jul 13:48
6f27604
Compare
Choose a tag to compare

blaze-v3.0.1

Features

  • Supports spark3.0/3.2/3.3.

Performance

fix GetJsonObject conversion, supporting faster get_json_object with sonic-rs.

Bugfix

  • fix childOrderingRequiredTag computation logic.

v3.0.0 [yanked]

01 Jul 07:46
Compare
Choose a tag to compare

blaze-v3.0.0 [yanked]

Features

  • Supports using spark.io.compression.codec for shuffle/broadcast compression
  • Supports date type casting
  • Refactor join implementations to support existence joins and BHJ building hash map on driver side

Performance

  • Fixed performance issues when running on spark3 with default configurations
  • Use cached parquet metadata
  • Refactor native broadcast to avoid duplicated broadcast jobs
  • Supports spark333 batch shuffle reading

Bugfix

  • Fix in_list conversion in from_proto.rs

v2.0.9.1

11 May 03:49
4180741
Compare
Choose a tag to compare
release version 2.0.9.1 (#470)

Co-authored-by: zhangli20 <[email protected]>

v2.0.9

11 Apr 08:49
3fc6838
Compare
Choose a tag to compare

v2.0.9

v2.0.8

02 Feb 12:40
1aecd9c
Compare
Choose a tag to compare

v2.0.8

v2.0.7

09 Nov 11:01
224697d
Compare
Choose a tag to compare
update blaze version 2.0.7-SNAPSHOT (#312)

Co-authored-by: zhangli20 <[email protected]>

v2.0.6

26 Sep 07:14
Compare
Choose a tag to compare
update blaze version 2.0.6-SNAPSHOT