Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arrow Flight module - do not bind class to itself (#24540)
If a connector extending presto-base-arrow-flight does not customise ArrowBlockBuilder and bind the customisation in the connector's module, a runtime error will be thrown because ArrowBlockBuilder is being bound to itself.
- Loading branch information