CurtHagenlocher commented on issue #13:
URL: https://github.com/apache/arrow-adbc/issues/13#issuecomment-4672540969

   > My slight worry is that by using Protobuf, each driver that wants to 
support this has to commit to embedding a _ton_ of code; maybe the weight would 
be less in Rust/Go though.
   
   My hot take is that using auto-generated Protobuf deserialization classes 
for Substrait is "doing it wrong (TM)". In my [Substrait-to-KQL 
translator](https://github.com/CurtHagenlocher/kusto_adbc/blob/master/src/KustoAdbc/Substrait/SubstraitToKqlTranslator.cs),
 I'm just scanning the Substrait buffer directly; no allocation, no reams of 
generated code. It's just like walking a parse tree.


-- 
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]

Reply via email to