ccciudatu opened a new pull request, #49: URL: https://github.com/apache/datafusion-ray/pull/49
The following changes are required for allowing the ShuffleCodec to be used alongside other extension codecs, but this patch makes sense irrespective of supporting additional extensions: - Replace `unreachable!()` with error results to allow adding fallback extension codecs for custom physical plans instead of panicking - Leverage the built-in recursive plan serialization instead of redundantly serializing the child plan inside the shuffle writer -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org