Implement an ADBC backend for Gluten #3864
EpsilonPrime
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If ADBC was used to communicate to the backends (still providing Substrait) it seems like it would simplify the communication/control of the backends. After querying ADBC to determine the backend type there would still be a need to adapt the Substrait plan to the appropriate backend dialect similar what is currently being done. Perhaps the Substrait capabilities proto, potentially with some enhancements, would provide the information needed to determine the changes needed without requiring full prior knowledge of the backend being communicated to.
Beta Was this translation helpful? Give feedback.
All reactions