milenkovicm commented on PR #1376: URL: https://github.com/apache/datafusion-ballista/pull/1376#issuecomment-3767336888
i'll have a better look later, and i may be wrong, but i have a feeling you're overcomplicating a bit. this is just an example, it does not have to be perfect. Could you just use in memory catalog on the scheduler (initialised with custom scheduler) to keep the state. - you could create DDL using logical plan and serialize it to substrat, and send it across (to create table, which will state in scheduler catalog) - then run your statement will have a better look in the evening, it would be great if we can merge this soon and you get into more interesting issues, if you agree. what do you think ? -- 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]
