-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-190: Python: Provide installable sdist builds #71
Closed
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
xhochy
changed the title
ARROW-190: Python: Provide standalone installable sdist builds
ARROW-190: Python: Provide installable sdist builds
May 6, 2016
This will need to include the license and some other things, or are those picked up automatically? here's the manifest for kudu-python for example https://github.com/apache/incubator-kudu/blob/master/python/MANIFEST.in |
Add exclude list from kudu manifest
LICENSE and README were missing, everything else was picked up. Also added the exclude list from Kudu. |
+1, thank you |
wesm
pushed a commit
to wesm/arrow
that referenced
this pull request
Sep 2, 2018
Author: Deepak Majeti <deepak.majeti@hpe.com> Closes apache#71 from majetideepak/PARQUET-549 and squashes the following commits: 134cba3 [Deepak Majeti] fixed clang compilation error 18fd2c9 [Deepak Majeti] addressed comments ee47cef [Deepak Majeti] split indices onto multiple pages 06bc0af [Deepak Majeti] resolve clang error 09674f6 [Deepak Majeti] comment edits 10ed327 [Deepak Majeti] re-structured MakePages e00eafe [Deepak Majeti] added scanner tests 832706f [Deepak Majeti] column Reader Test passes 4280ae7 [Deepak Majeti] rebased ae65369 [Deepak Majeti] Test for Column Reader Plain Dictionary Pages 6f9f451 [Deepak Majeti] re-structured code for better reuse
wesm
pushed a commit
to wesm/arrow
that referenced
this pull request
Sep 4, 2018
Author: Deepak Majeti <deepak.majeti@hpe.com> Closes apache#71 from majetideepak/PARQUET-549 and squashes the following commits: 134cba3 [Deepak Majeti] fixed clang compilation error 18fd2c9 [Deepak Majeti] addressed comments ee47cef [Deepak Majeti] split indices onto multiple pages 06bc0af [Deepak Majeti] resolve clang error 09674f6 [Deepak Majeti] comment edits 10ed327 [Deepak Majeti] re-structured MakePages e00eafe [Deepak Majeti] added scanner tests 832706f [Deepak Majeti] column Reader Test passes 4280ae7 [Deepak Majeti] rebased ae65369 [Deepak Majeti] Test for Column Reader Plain Dictionary Pages 6f9f451 [Deepak Majeti] re-structured code for better reuse Change-Id: Ib401f5209928c6f24700bf750f752fe0e2724206
wesm
pushed a commit
to wesm/arrow
that referenced
this pull request
Sep 6, 2018
Author: Deepak Majeti <deepak.majeti@hpe.com> Closes apache#71 from majetideepak/PARQUET-549 and squashes the following commits: 134cba3 [Deepak Majeti] fixed clang compilation error 18fd2c9 [Deepak Majeti] addressed comments ee47cef [Deepak Majeti] split indices onto multiple pages 06bc0af [Deepak Majeti] resolve clang error 09674f6 [Deepak Majeti] comment edits 10ed327 [Deepak Majeti] re-structured MakePages e00eafe [Deepak Majeti] added scanner tests 832706f [Deepak Majeti] column Reader Test passes 4280ae7 [Deepak Majeti] rebased ae65369 [Deepak Majeti] Test for Column Reader Plain Dictionary Pages 6f9f451 [Deepak Majeti] re-structured code for better reuse Change-Id: Ib401f5209928c6f24700bf750f752fe0e2724206
wesm
pushed a commit
to wesm/arrow
that referenced
this pull request
Sep 7, 2018
Author: Deepak Majeti <deepak.majeti@hpe.com> Closes apache#71 from majetideepak/PARQUET-549 and squashes the following commits: 134cba3 [Deepak Majeti] fixed clang compilation error 18fd2c9 [Deepak Majeti] addressed comments ee47cef [Deepak Majeti] split indices onto multiple pages 06bc0af [Deepak Majeti] resolve clang error 09674f6 [Deepak Majeti] comment edits 10ed327 [Deepak Majeti] re-structured MakePages e00eafe [Deepak Majeti] added scanner tests 832706f [Deepak Majeti] column Reader Test passes 4280ae7 [Deepak Majeti] rebased ae65369 [Deepak Majeti] Test for Column Reader Plain Dictionary Pages 6f9f451 [Deepak Majeti] re-structured code for better reuse Change-Id: Ib401f5209928c6f24700bf750f752fe0e2724206
wesm
pushed a commit
to wesm/arrow
that referenced
this pull request
Sep 8, 2018
Author: Deepak Majeti <deepak.majeti@hpe.com> Closes apache#71 from majetideepak/PARQUET-549 and squashes the following commits: 134cba3 [Deepak Majeti] fixed clang compilation error 18fd2c9 [Deepak Majeti] addressed comments ee47cef [Deepak Majeti] split indices onto multiple pages 06bc0af [Deepak Majeti] resolve clang error 09674f6 [Deepak Majeti] comment edits 10ed327 [Deepak Majeti] re-structured MakePages e00eafe [Deepak Majeti] added scanner tests 832706f [Deepak Majeti] column Reader Test passes 4280ae7 [Deepak Majeti] rebased ae65369 [Deepak Majeti] Test for Column Reader Plain Dictionary Pages 6f9f451 [Deepak Majeti] re-structured code for better reuse Change-Id: Ib401f5209928c6f24700bf750f752fe0e2724206
zhouyuan
added a commit
to zhouyuan/arrow
that referenced
this pull request
Jan 9, 2022
* Add translate expression support (apache#68) * Initial commit * Introduce TranslateHolder * Remove unused header * Return 1 if empty string is given as substring (apache#69) * Add two math operations: floor & ceil (apache#72) * Inital commit * Add ceil function Co-authored-by: PHILO-HE <feilong.he@intel.com>
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.