Dremio added an extension to the Drill RPC protocol to return natively Arrow buffers instead of Drill buffers so that conversion from Drill to Arrow should be unnecessary.
Protocol extension can be found here:
https://github.com/dremio/dremio-oss/blob/3e029da88441df3af7667d13011b7905bf106f1f/protocol/src/main/protobuf/UserCoordRPC.proto#L91
Dremio added an extension to the Drill RPC protocol to return natively Arrow buffers instead of Drill buffers so that conversion from Drill to Arrow should be unnecessary.
Protocol extension can be found here:
https://github.com/dremio/dremio-oss/blob/3e029da88441df3af7667d13011b7905bf106f1f/protocol/src/main/protobuf/UserCoordRPC.proto#L91