-
Notifications
You must be signed in to change notification settings - Fork 223
Conversation
Codecov Report
@@ Coverage Diff @@
## main #517 +/- ##
==========================================
+ Coverage 80.20% 81.24% +1.03%
==========================================
Files 381 380 -1
Lines 23744 23472 -272
==========================================
+ Hits 19044 19069 +25
+ Misses 4700 4403 -297
Continue to review full report at Codecov.
|
Migrated I really dislike that Specifically, users that wish to use the arrow flight protocol in non-tonic implementations have to drag the A potentially solution here is to split the generated
This would allow This way, people that wish to use the tonic implementation of the protocol would:
People that wish to use other implementation of the protocol would
Any thoughts here, @Dandandan , @houqp , @nevi-me ? |
I think this is a good idea. I would go one step further and add a feature flag in arrow2 that maps to |
@houqp , could you elaborate?
|
oh, never mind, I just saw you pinned arrow-format to version |
c6df8c6
to
f5de334
Compare
f5de334
to
3ed6701
Compare
If no one opposes, I plan to merge this tomorrow. |
arrow_format
crate.arrow_format
crate
I published a crate
arrow_format
containing the generated code for the arrow-format (IPC and Flight atm, c data interface is still missing) that we have here.The idea is that
arrow_format
tracks any change to the arrow specification, and/or changes toflatbuffers
' code generation.This PR migrates this code-base to it.
This is part of #257 and related to #463.