This repository was archived by the owner on Sep 18, 2023. It is now read-only.
Tags: oap-project/gazelle_plugin
Tags
[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]
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.
[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]>
[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]>
[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]>
[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]>
PreviousNext