Skip to content

ARROW-4073: [Python] Fix URI parsing on Windows. Also fix test for get_library_dirs when using ARROW_HOME to develop#3218

Closed
wesm wants to merge 2 commits intoapache:masterfrom
wesm:ARROW-4073
Closed

ARROW-4073: [Python] Fix URI parsing on Windows. Also fix test for get_library_dirs when using ARROW_HOME to develop#3218
wesm wants to merge 2 commits intoapache:masterfrom
wesm:ARROW-4073

Conversation

@wesm
Copy link
Copy Markdown
Member

@wesm wesm commented Dec 18, 2018

Resolves ARROW-4074

…les are installed in ARROW_HOME and not the usual conda/pip locations
return parsed_uri.path
else:
# ARROW-4073: On Windows returning the path with the scheme
# stripped removes the drive letter, if any
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-)

Copy link
Copy Markdown
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 (but there's a linting error)

Change-Id: I5cee066ee616f10fd33dc7d3c9603082ab82c768
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #3218 into master will increase coverage by 1.13%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3218      +/-   ##
==========================================
+ Coverage   86.43%   87.56%   +1.13%     
==========================================
  Files         508      450      -58     
  Lines       70058    66050    -4008     
==========================================
- Hits        60557    57839    -2718     
+ Misses       9398     8211    -1187     
+ Partials      103        0     -103
Impacted Files Coverage Δ
python/pyarrow/tests/test_misc.py 94.73% <0%> (+9.02%) ⬆️
python/pyarrow/__init__.py 70.14% <100%> (+0.91%) ⬆️
python/pyarrow/parquet.py 93.83% <80%> (-0.15%) ⬇️
go/arrow/array/table.go
go/arrow/math/uint64_amd64.go
go/arrow/internal/testing/tools/bool.go
go/arrow/internal/bitutil/bitutil.go
go/arrow/memory/memory_avx2_amd64.go
go/arrow/array/null.go
go/arrow/datatype_nested.go
... and 51 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 758bd55...683b68f. Read the comment docs.

@wesm wesm closed this in 25b6a6c Dec 19, 2018
@wesm wesm deleted the ARROW-4073 branch December 19, 2018 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants