-
Notifications
You must be signed in to change notification settings - Fork 304
Update to use https for http file system test also registers https file system #1357
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
Merged
Conversation
This file contains hidden or 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
…le system The http test is failing as apache switched to use https for license page. This PR makes adjustment to fix the issue. Signed-off-by: Yong Tang <[email protected]>
kvignesh1420
approved these changes
Apr 10, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
terrytangyuan
approved these changes
Apr 10, 2021
@yongtang Could you also change the example in |
Signed-off-by: Yong Tang <[email protected]>
@vnvo2409 The PR has been updated. |
vnghia
approved these changes
Apr 11, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
yongtang
added a commit
to yongtang/io
that referenced
this pull request
Apr 11, 2021
…le system (tensorflow#1357) * Update to use https for http file system test also registers https file system The http test is failing as apache switched to use https for license page. This PR makes adjustment to fix the issue. Signed-off-by: Yong Tang <[email protected]> * Update README.md to use https Signed-off-by: Yong Tang <[email protected]>
yongtang
added a commit
to yongtang/io
that referenced
this pull request
Apr 11, 2021
…le system (tensorflow#1357) * Update to use https for http file system test also registers https file system The http test is failing as apache switched to use https for license page. This PR makes adjustment to fix the issue. Signed-off-by: Yong Tang <[email protected]> * Update README.md to use https Signed-off-by: Yong Tang <[email protected]>
yongtang
added a commit
to yongtang/io
that referenced
this pull request
Apr 11, 2021
…le system (tensorflow#1357) * Update to use https for http file system test also registers https file system The http test is failing as apache switched to use https for license page. This PR makes adjustment to fix the issue. Signed-off-by: Yong Tang <[email protected]> * Update README.md to use https Signed-off-by: Yong Tang <[email protected]>
yongtang
added a commit
to yongtang/io
that referenced
this pull request
Apr 11, 2021
…le system (tensorflow#1357) * Update to use https for http file system test also registers https file system The http test is failing as apache switched to use https for license page. This PR makes adjustment to fix the issue. Signed-off-by: Yong Tang <[email protected]> * Update README.md to use https Signed-off-by: Yong Tang <[email protected]>
yongtang
added a commit
that referenced
this pull request
Apr 12, 2021
* Bump to 0.17.1 Signed-off-by: Yong Tang <[email protected]> * Fix incomplete row reading issue in parquet files This PR tries to address the issue raised in 1254 where reading parquet files will results in `InvalidArgumentError: null value in column` The issue comes from the fact that parquet's ColumnReader C++ API `ReadBatch(...)` does not necessarily respect the number of rows requested and may return less instead. This PR fixes 1254. Signed-off-by: Yong Tang <[email protected]> * Bump Apache Arrow to 2.0.0 (#1231) * Bump Apache Arrow to 2.0.0 Also bumps Apache Thrift to 0.13.0 Signed-off-by: Yong Tang <[email protected]> * Update code to match Arrow Signed-off-by: Yong Tang <[email protected]> * Bump pyarrow to 2.0.0 Signed-off-by: Yong Tang <[email protected]> * Stay with version=1 for write_feather to pass tests Signed-off-by: Yong Tang <[email protected]> * Bump flatbuffers to 1.12.0 Signed-off-by: Yong Tang <[email protected]> * Fix Windows issue Signed-off-by: Yong Tang <[email protected]> * Fix tests Signed-off-by: Yong Tang <[email protected]> * Fix Windows Signed-off-by: Yong Tang <[email protected]> * Remove -std=c++11 and leave default -std=c++14 for arrow build Signed-off-by: Yong Tang <[email protected]> * Update sha256 of libapr1 As the hash changed by the repo. Signed-off-by: Yong Tang <[email protected]> * Bump Apache Arrow to 3.0.0 (#1285) Signed-off-by: Yong Tang <[email protected]> * Patch arrow to temporarily resolve the ARROW-11518 issue This PR patchs arrow to temporarily resolve the ARROW-11518 issue. See 1281 for details Credit to diggerk. We will update arrow after the upstream PR is merged. Signed-off-by: Yong Tang <[email protected]> * Enable GitHub Actions on R0.17 Signed-off-by: Yong Tang <[email protected]> * Update pulsar download link. This PR updates pulsar download link as old link does not work anymore. Signed-off-by: Yong Tang <[email protected]> * Update to use https for http file system test also registers https file system (#1357) * Update to use https for http file system test also registers https file system The http test is failing as apache switched to use https for license page. This PR makes adjustment to fix the issue. Signed-off-by: Yong Tang <[email protected]> * Update README.md to use https Signed-off-by: Yong Tang <[email protected]>
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.
The http test is failing as apache switched to use https for license page.
This PR makes adjustment to fix the issue.
Signed-off-by: Yong Tang [email protected]