AnuragRaut08 commented on issue #24777:
URL: https://github.com/apache/datafusion/issues/24777#issuecomment-5667670305

   I’ve opened #25297 implementing fix (2) from this issue: decoding 
`Projection`, `Filter`, `Window`, `Aggregate`, and `Sort` directly through 
their constructors to avoid re-normalizing already-serialized logical plans.
   
   This is intended to complement #25010, which addresses the repeated 
normalization work itself.
   
   The existing logical-plan protobuf roundtrip tests pass for the affected 
paths.
   


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