You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
rebase with arrow 3.0.0
https://github.com/oap-project/arrow/tree/arrow-3.0.0-oap
notable changes:
arrow compute function context was renamed
new layout on arrow compute kernels
return value changed on function calls(Result)
new API on vector compress/decompress
fixes: #136
Note since commit native sql engine will depends on arrow 3.0.0 instead of 0.17.0
===========
* initial try on rebase
Signed-off-by: Yuan Zhou <[email protected]>
* adding shuffle back
Signed-off-by: Yuan Zhou <[email protected]>
* rebase more kernels
Signed-off-by: Yuan Zhou <[email protected]>
* rebase compute related API
Signed-off-by: Yuan Zhou <[email protected]>
* rebase splitter.cc
* adding shuffle rebase
* remove parquet reader/writer
Signed-off-by: Yuan Zhou <[email protected]>
* fix unit tests
Signed-off-by: Yuan Zhou <[email protected]>
* rebase splitter.cc with latest native sql engine code
* enable shuffle tests
Signed-off-by: Yuan Zhou <[email protected]>
* rebase scala code
* try to rebase scala
Signed-off-by: Yuan Zhou <[email protected]>
* remove loadNextBatch method in ArrowCompressedStreamReader
* fix sort kernel
Signed-off-by: Yuan Zhou <[email protected]>
* Revert "remove loadNextBatch method in ArrowCompressedStreamReader"
This reverts commit 1f294a8.
* rebase the fastpfor codec and fix bug
* fix CI system
Signed-off-by: Yuan Zhou <[email protected]>
* fix
Signed-off-by: Yuan Zhou <[email protected]>
* Add the comment in the changes when calling the arrow API
* fix ut
Signed-off-by: Yuan Zhou <[email protected]>
* fix window sort
Signed-off-by: Yuan Zhou <[email protected]>
Co-authored-by: Ke Jia <[email protected]>
arrow 0.17.0 is almost 2.5 years old now, we should upgrade to use arrow 3.0
The text was updated successfully, but these errors were encountered: