ccciudatu commented on PR #11938:
URL: https://github.com/apache/datafusion/pull/11938#issuecomment-2289078249

   @alamb Got it, makes sense.
   My initial thought was that having this in the main repo would enable a 
better overall integration (i.e. datafusion-cli support, transparent proto 
serialization, etc.) but I guess having this in a contrib project should not 
limit these options. I'll have a better look at the project you linked to see 
if that's a better fit, but I'll go with whatever you decide if you come to a 
conclusion.
   
   Separately, I promise I'll stop force-pushing updates now that I know it's 
being reviewed. I may push some fixups though...  :)
   The last change was to account for server implementations that do not allow 
reusing the same FlightInfo object, so now GetFlightInfo is called before every 
query against a "flight table", rather than only once on table creation.
   Also, I found a weird/buggy behaviour related to some schema mismatch, i.e. 
columns seem to get reordered in certain scenarios. I will try to reproduce 
that in a test and follow up with the fix or at least the failing test to 
reproduce it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to