Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Tags: oap-project/gazelle_plugin

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NSE-1189] prepare for 1.5.0 release (#1194)

* fix jni unload (#1180)

fix the seg fault on spark-shell exit

Signed-off-by: Yuan Zhou <[email protected]>

* [NSE-1191] fix AQE exchange reuse in Spark3.2 (#1192)

Fix AQE exchange reuse in Spark3.2

Note with this patch, the jars for Spark321 and Spark322 are separated.
- to build jar for Spark322 use -Pspark-3.2.2
- to build jar for Spark321 use -Pspark3.2.1

Signed-off-by: Yuan Zhou [email protected]

Signed-off-by: Yuan Zhou <[email protected]>
Signed-off-by: Yuan Zhou [email protected]

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NSE-699] Update Changelog and documents for OAP 1.4.0 (#1003)

* [NSE-699] Update Changelog and documents for OAP 1.4.0

* Update documents changes

* Update required GCC version

* Update Arrow branch

v1.4.0-rc2

Toggle v1.4.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backport patches to 1.4 branch (#997)

* disable unit tests on spark32 (#962)

Signed-off-by: Yuan Zhou <[email protected]>

* [NSE-987] fix string date (#988)

* fix string date

Signed-off-by: Yuan Zhou <[email protected]>

* disable codegen on STRING Date

Signed-off-by: Yuan Zhou <[email protected]>

* Revert "fix string date"

This reverts commit 1a9fa29.

v1.4.0-rc1

Toggle v1.4.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NSE-927][NSE-126] BackPort PR#975 and PR#977 to branch-1.4 (#978)

* [NSE-927] Add macro __AVX512BW__ check for different CPU architecture (#975)

* Add __AVX512BW__ check

* Fix cFormat

* [NSE-126] set default codegen opt to O1 for branch-1.4

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NSE-746]Fix memory allocation in row to columnar (#834) (#836)

* Optimize row to column memory allocation

This patch improves the memory allocation in r2c by doing
estimation based on first row. Also check the capacity during
the conversation and increase the buffer size if not enough

Signed-off-by: Yuan Zhou <[email protected]>

* fix leakage

Signed-off-by: Yuan Zhou <[email protected]>

* fix test

Signed-off-by: Yuan Zhou <[email protected]>

v1.3.0

Toggle v1.3.0's commit message
[NSE-699] Update Changelog and OAP Documentation (#700)

* [NSE-699] Update Changelog and OAP Documentation

* [NSE-699] Update Changelog and OAP Documentation

* [NSE-699] Update Changelog

v1.3.0-rc2

Toggle v1.3.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NSE-667] backport patches to 1.3 branch (#690)

* [NSE-684] BufferedOutputStream causes massive futex system calls (#685)

* [NSE-400] Fix the bug for negative decimal data (#686)

* Fix the bug for positive decimal data

* Fix format

* Fix the unit test for 'SPARK-22348: table cache should do partition batch pruning (whole-stage-codegen on)'

* [NSE-687]remove exclude log4j when running ut (#688)

* remove exclude log4j when running ut

* Modify hadoop 2.7 ut to the right hadoop dependency version 2.7.4

Co-authored-by: Hongze Zhang <[email protected]>
Co-authored-by: haojinIntel <[email protected]>
Co-authored-by: Wei-Ting Chen <[email protected]>

v1.3.0-rc1

Toggle v1.3.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NSE-667] backport patches to 1.3 branch (#666)

* [NSE-636]Remove log4j1 related unit tests (#646)

* [NSE-640] Disable compression for tiny payloads in shuffle (#641)

Closes #640

* [NSE-653] Add validity checking for get_json_object in WSCG (#654)

* Initial commit

* Add two unit test cases

* Format the code

* Update clang format check

* [NSE-617] Handle exception in cast expression from string to numeric types in WSCG (#655)

* [NSE-660] fix window builder with string (#649)

* fix window builder with string

Signed-off-by: Yuan Zhou <[email protected]>

* fix format

Signed-off-by: Yuan Zhou <[email protected]>

* [NSE-650] Scala test ArrowColumnarBatchSerializerSuite is failing  (#659)

Closes #650

* [NSE-645] Add support to cast bool type to bigint type & string type (#644)

* Initial commit

* Change arrow branch for test [revert this commit at last]

* Revert "Change arrow branch for test [revert this commit at last]"

This reverts commit 94ce7fbfc4025d48c252f91701459b4ed091dad9.

* use arrow 1.3 branch

Signed-off-by: Yuan Zhou <[email protected]>

* [NSE-662] Add "like" expression support in WSCG (#663)

* Initial commit

* Copy headers

* Format the code

* Change arrow branch for test [will revert at last]

* Revert "Change arrow branch for test [will revert at last]"

This reverts commit 065547a.

* [NSE-126] remove extra headers/namespaces in codegen (#668)

* remove extra gandiva header

Signed-off-by: Yuan Zhou <[email protected]>

* remove extra using namespace

Signed-off-by: Yuan Zhou <[email protected]>

* [NSE-661] Add trim expression support in WSCG (#664)

* Add trim expression support in WSCG

* Fix a bug

* Format the code

Co-authored-by: Wei-Ting Chen <[email protected]>
Co-authored-by: Hongze Zhang <[email protected]>
Co-authored-by: PHILO-HE <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NSE-498] Update Changelog and OAP guide (#499)

v1.2.0-rc2

Toggle v1.2.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NSE-481] JVM heap memory leak on memory leak tracker facilities (Arr…

…ow Allocator) (#489) (#491)

Closes #481

Co-authored-by: Hongze Zhang <[email protected]>