This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/oap-project/native-sql-engine/issues Then could you also rename commit message and pull request title in the following format?
See also: |
See targeted arrow branch https://github.com/oap-project/arrow/tree/arrow-7.0.0-oap |
zhztheplayer
changed the title
[WIP][NSE-728] Upgrade to Arrow 7.0.0
[NSE-728] Upgrade to Arrow 7.0.0
Apr 1, 2022
This reverts commit dec8ff7eb39093a1c84a7796bbe9e4fb4223b390.
This reverts commit 6b37100ed6f58846524c7deeb20e52907d321686.
This reverts commit d90990b39b2cb97c5a743fda573f94bedbc64803.
This reverts commit 9c83cc07ebec1f2b3845161ceafd6c8711b86329.
This reverts commit a86767a2ec9daa1ab97692e492173b782466a716.
zhztheplayer
force-pushed
the
NSE-728
branch
3 times, most recently
from
April 11, 2022 04:06
2900734
to
67e7d15
Compare
This reverts commit 1543aff.
zhztheplayer
added a commit
that referenced
this pull request
Apr 13, 2022
Known issues of current Arrow 7.0.0 support: 1. Data Source writing / ORC reading is disabled; 2. Data Source filter pushdown is disabled; 3. FastPFor compression is leading to unexpected concurrent memory writes. Use LZ4 instead.
weiting-chen
added a commit
to weiting-chen/gazelle_plugin
that referenced
this pull request
Apr 29, 2022
This reverts commit e329253.
weiting-chen
added a commit
that referenced
this pull request
Apr 29, 2022
* [NSE-728] Upgrade to Arrow 7.0.0 (#729) Known issues of current Arrow 7.0.0 support: 1. Data Source writing / ORC reading is disabled; 2. Data Source filter pushdown is disabled; 3. FastPFor compression is leading to unexpected concurrent memory writes. Use LZ4 instead. * fix get_physical_plan issue * Revert "[NSE-728] Upgrade to Arrow 7.0.0 (#729)" This reverts commit e329253. Co-authored-by: Hongze Zhang <hongze.zhang@intel.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Will test the changes after oap-project/arrow#83 gets merged.