-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In order to serialize subquery expressions (#4337) we would need to serialize entire LogicalPlans which datafusion-proto does not do .
Describe the solution you'd like
I would like to have the ability to serialize / deserialize LogicalPlans in the datafusion. I believe we can take a friendly look / downright copy this code from ballista:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
#4337
cc @andygrove @thinkharderdev @avantgardnerio
I am marking this as "good first isseu" because I think it would mostly be an exercise in porting code and tests from one repo to another.