emgeee opened a new issue, #12021:
URL: https://github.com/apache/datafusion/issues/12021

   ### Is your feature request related to a problem or challenge?
   
   We're working on building out streaming functionality datafusion via the 
[Denormalized](https://github.com/probably-nothing-labs/denormalized) project. 
In order to support streaming aggregates, we need access to various properties 
and functions that are currently private, or public only to the physical-plan 
crate.
   
   ### Describe the solution you'd like
   
   Make certain properties and functions public.
   
   ### Describe alternatives you've considered
   
   Duplicating the relevant files into our code base so we can control the 
visibility of different methods, structs, and properties.
   
   ### Additional context
   
   We're trying to avoid duplicating datafusion code into our codebase which 
often means we need to access things that are marked private.


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