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

[NSE-194]Turn on several Arrow parameters #195

Merged

Conversation

weiting-chen
Copy link
Collaborator

What changes were proposed in this pull request?

Close #194

How was this patch tested?

This PR has been tested on my developing server and pass the testing for all TPC-DS 99 queries.

@github-actions
Copy link

#194

@github-actions
Copy link


-DARROW_JEMALLOC=OFF
-DARROW_JEMALLOC=ON
-DARROW_SIMD_LEVEL=AVX512
-DARROW_RUNTIME_SIMD_LEVEL=AVX512
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like github action is running on some old servers, we may need to lower this to avx2

Copy link
Collaborator

@zhouyuan zhouyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@weiting-chen weiting-chen merged commit 48a181c into oap-project:master Mar 25, 2021
zhouyuan added a commit that referenced this pull request Mar 29, 2021
* [NSE-130] support decimal round and abs (#166)

* support decimal round and abs

* remove duplicate cast in multiply/divide

* [NSE-161] adding format check (#165)

* adding format check

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* formating code

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* adding google format

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* reformat with new style

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* lower clang version to 10

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* adding script to format code

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* [NSE-170]improve sort shuffle code (#171)

* improve sort shuffle code

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* fix format

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* pass by ref in builder

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* fix string/decimal builder

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* [NSE-62]Fixing issue0062 for package arrow dependencies in jar with refresh2 (#172)

* Add arrow build and dependency support

* Add compress.sh default value

* Fix bug for parameter's default value

* Add CACHE PATH

* fix copy bitmap in InplaceSort (#174)

* [NSE-153] fix window results (#175)

* fix window sort memory

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* remove unused code

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* fix windown w/o avg

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* fix format

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* fix decimal sort

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* Fix issue 179 for arrow include directory (#181)

* Fix issue0191 for .so file copy to tmp. (#192)

* Following NSE-153, optimize fallback conditions for columnar window (#189)

* Fix q14a/b segfault (#193)

Signed-off-by: Chendi Xue <chendi.xue@intel.com>

* [NSE-194]Turn on several Arrow parameters (#195)

* Turn on several Arrow parameters

* Change SIMD Level Setting

* Hashmap build opt for semi/anti/exists join (#197)

Signed-off-by: Chendi Xue <chendi.xue@intel.com>

* [NSE-198] support the month() and dayofmonth() functions with DateType (#199)

* [NSE-206] fix doc link, update limitations (#205)

* fix doc link

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* update arrow data source

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* adding limitations

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* mention limits

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* [NSE-170] using unsafe appender (#203)

This patch adds an unsafe appender which will reserve space before builder array.
The boolean builder is not touched as only malloc small sized memory
The string builder are not touched as it's diffcult to pre-allocate the space

* using unsafe appender

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* fix format

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* update arrow branch

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

Co-authored-by: Rui Mo <rui.mo@intel.com>
Co-authored-by: Wei-Ting Chen <weiting.chen@intel.com>
Co-authored-by: Hongze Zhang <hongze.zhang@intel.com>
Co-authored-by: Chendi.Xue <chendi.xue@intel.com>
Co-authored-by: JiaKe <ke.a.jia@intel.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arrow Parameters Update when compiling Arrow
2 participants