Cheappie commented on issue #2992: URL: https://github.com/apache/arrow-datafusion/issues/2992#issuecomment-1200940964
> > I should be able to replace my impl > > Precisely > > > custom_attributes > > Could you not just pass these into the `ParquetOpenFn` on construction, I had understood them to be session related and not per-object? It depends on how far I would take this solution. You are right that I have per session parameters, but also my `catalog service` produces listing as binary stream. If I could pass entry through Box<[u8]> instead of Path, then I am able to perform O(1) access into fields. It would be nice to have, because otherwise I would have to eagerly compose Path just after listing and then within my tiered storage impl I would have to parse components from Path. -- 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]
