ARROW-6017: [FlightRPC] Enable creating Flight Locations for unknown schemes#4928
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4928 +/- ##
==========================================
+ Coverage 87.45% 89.07% +1.61%
==========================================
Files 994 717 -277
Lines 140389 100261 -40128
Branches 1418 0 -1418
==========================================
- Hits 122778 89307 -33471
+ Misses 17249 10954 -6295
+ Partials 362 0 -362
Continue to review full report at Codecov.
|
5 similar comments
Codecov Report
@@ Coverage Diff @@
## master #4928 +/- ##
==========================================
+ Coverage 87.45% 89.07% +1.61%
==========================================
Files 994 717 -277
Lines 140389 100261 -40128
Branches 1418 0 -1418
==========================================
- Hits 122778 89307 -33471
+ Misses 17249 10954 -6295
+ Partials 362 0 -362
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4928 +/- ##
==========================================
+ Coverage 87.45% 89.07% +1.61%
==========================================
Files 994 717 -277
Lines 140389 100261 -40128
Branches 1418 0 -1418
==========================================
- Hits 122778 89307 -33471
+ Misses 17249 10954 -6295
+ Partials 362 0 -362
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4928 +/- ##
==========================================
+ Coverage 87.45% 89.07% +1.61%
==========================================
Files 994 717 -277
Lines 140389 100261 -40128
Branches 1418 0 -1418
==========================================
- Hits 122778 89307 -33471
+ Misses 17249 10954 -6295
+ Partials 362 0 -362
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4928 +/- ##
==========================================
+ Coverage 87.45% 89.07% +1.61%
==========================================
Files 994 717 -277
Lines 140389 100261 -40128
Branches 1418 0 -1418
==========================================
- Hits 122778 89307 -33471
+ Misses 17249 10954 -6295
+ Partials 362 0 -362
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4928 +/- ##
==========================================
+ Coverage 87.45% 89.07% +1.61%
==========================================
Files 994 717 -277
Lines 140389 100261 -40128
Branches 1418 0 -1418
==========================================
- Hits 122778 89307 -33471
+ Misses 17249 10954 -6295
+ Partials 362 0 -362
Continue to review full report at Codecov.
|
…schemes The motivation is to enable interop with future Flight versions that may support different transports, and to enable a Flight service to reference a non-Flight service. Personal Travis: https://travis-ci.com/lihalite/arrow/builds/120257110 AppVeyor: https://ci.appveyor.com/project/lihalite/arrow/builds/26189055 Closes apache#4928 from lihalite/arrow-6017 and squashes the following commits: 99c0207 <David Li> Enable creating Flight Locations for unknown schemes Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>
The motivation is to enable interop with future Flight versions that may support different transports, and to enable a Flight service to reference a non-Flight service.
Personal Travis: https://travis-ci.com/lihalite/arrow/builds/120257110
AppVeyor: https://ci.appveyor.com/project/lihalite/arrow/builds/26189055