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

[NSE-186] backport to 1.1 #210

Merged
merged 16 commits into from
Mar 29, 2021

Conversation

zhouyuan
Copy link
Collaborator

What changes were proposed in this pull request?

backport recent changes to 1.1 branch

How was this patch tested?

locally verified

rui-mo and others added 11 commits March 17, 2021 09:34
* support decimal round and abs

* remove duplicate cast in multiply/divide
* adding format check

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

* formating code

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

* adding google format

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

* reformat with new style

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

* lower clang version to 10

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

* adding script to format code

Signed-off-by: Yuan Zhou <[email protected]>
* improve sort shuffle code

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

* fix format

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

* pass by ref in builder

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

* fix string/decimal builder

Signed-off-by: Yuan Zhou <[email protected]>
…efresh2 (oap-project#172)

* Add arrow build and dependency support

* Add compress.sh default value

* Fix bug for parameter's default value

* Add CACHE PATH
* fix window sort memory

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

* remove unused code

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

* fix windown w/o avg

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

* fix format

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

* fix decimal sort

Signed-off-by: Yuan Zhou <[email protected]>
* Turn on several Arrow parameters

* Change SIMD Level Setting
@github-actions
Copy link

#186

xuechendi and others added 5 commits March 29, 2021 15:55
* fix doc link

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

* update arrow data source

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

* adding limitations

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

* mention limits

Signed-off-by: Yuan Zhou <[email protected]>
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 <[email protected]>

* fix format

Signed-off-by: Yuan Zhou <[email protected]>
Signed-off-by: Yuan Zhou <[email protected]>
@zhouyuan zhouyuan merged commit 692d574 into oap-project:branch-1.1-spark-3.x Mar 29, 2021
@github-actions
Copy link


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.

6 participants