phillipleblanc commented on PR #2269: URL: https://github.com/apache/datafusion-ballista/pull/2269#issuecomment-5234846622
> cc @phillipleblanc id like to get your review is possible, as you use multi scheduler setup and we could make snowflake ids multi scheduler if needed This change won't affect Spice, because we generate our own query IDs (using UUIDv7) and pass that into a fork method we have `submit_job_with_id` that accepts our own IDs instead of the ballista generated ones. That might be a potential upstream candidate that would address the multi-scheduler concern? Basically you have the option to use the nice ballista generated jobIds from the snowflake method, or you fully opt into your own ID generation. -- 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]
